Skip to content

Commit 25a5261

Browse files
committed
chore: specify bash shell for npm publish step in release workflow
1 parent a828dca commit 25a5261

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
@@ -21,6 +21,7 @@ jobs:
2121
registry-url: 'https://registry.npmjs.org'
2222
- run: bun install --frozen-lockfile
2323
- name: Publish to npm
24+
shell: bash
2425
run: |
2526
if [[ "${{ github.event.release.tag_name }}" == *"beta"* ]]; then
2627
npm publish --provenance --access public --tag beta

0 commit comments

Comments
 (0)