mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +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 previous beta release: 4.21.0-beta.0 -> 4.21.0-beta.1
|
||||
- name: update own version
|
||||
shell: bash
|
||||
run: bash ./.github/update_own_version.sh
|
||||
run: .github/update_own_version.sh
|
||||
- name: push new version
|
||||
# The new version is pushed back to main and to npm
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user