We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a9e3f commit ca6c841Copy full SHA for ca6c841
1 file changed
.github/workflows/publish.yml
@@ -32,6 +32,7 @@ jobs:
32
- name: Verify Harmony HAR artifact
33
run: test -f harmony/pushy.har
34
- name: Publish to npm
35
+ shell: bash
36
run: |
37
if [[ "${{ github.event.release.tag_name }}" == *"beta"* ]]; then
38
npm publish --provenance --access public --tag beta
0 commit comments