We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a828dca commit 25a5261Copy full SHA for 25a5261
1 file changed
.github/workflows/publish.yml
@@ -21,6 +21,7 @@ jobs:
21
registry-url: 'https://registry.npmjs.org'
22
- run: bun install --frozen-lockfile
23
- name: Publish to npm
24
+ shell: bash
25
run: |
26
if [[ "${{ github.event.release.tag_name }}" == *"beta"* ]]; then
27
npm publish --provenance --access public --tag beta
0 commit comments