mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02:00
refactor: remove explicit shell
This commit is contained in:
parent
5523dad5bb
commit
6ff7851474
@ -39,8 +39,7 @@ jobs:
|
|||||||
# sample transition after official release: 4.20.0 -> 4.21.0-beta.0
|
# sample transition after official release: 4.20.0 -> 4.21.0-beta.0
|
||||||
# sample transition after previous beta release: 4.21.0-beta.0 -> 4.21.0-beta.1
|
# sample transition after previous beta release: 4.21.0-beta.0 -> 4.21.0-beta.1
|
||||||
- name: update own version
|
- name: update own version
|
||||||
shell: bash
|
run: .github/update_own_version.sh
|
||||||
run: bash ./.github/update_own_version.sh
|
|
||||||
- name: push new version
|
- name: push new version
|
||||||
# The new version is pushed back to main and to npm
|
# The new version is pushed back to main and to npm
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user