Skip to content

Commit

Permalink
refactor: remove explicit shell
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Feb 27, 2023
1 parent 5523dad commit 6ff7851
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous-publish-new-version.yaml
Expand Up @@ -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: |
Expand Down

0 comments on commit 6ff7851

Please sign in to comment.