Skip to content

Commit ca6c841

Browse files
committed
chore: bump version to 10.39.0-beta.0 and update publish workflow shell
1 parent 13a9e3f commit ca6c841

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Verify Harmony HAR artifact
3333
run: test -f harmony/pushy.har
3434
- name: Publish to npm
35+
shell: bash
3536
run: |
3637
if [[ "${{ github.event.release.tag_name }}" == *"beta"* ]]; then
3738
npm publish --provenance --access public --tag beta

0 commit comments

Comments
 (0)