1
0
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:
Mateusz Kwasniewski 2023-02-27 11:32:25 +01:00 committed by GitHub
parent 5523dad5bb
commit 6ff7851474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |