We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7b21f commit 149a899Copy full SHA for 149a899
1 file changed
.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
85
run: npm run compile
86
87
- name: Publish package
88
- run: npm publish --access public --provenance
+ run: npm publish --access public --provenance ${{ inputs.version_type == 'prerelease' && '--tag prerelease' || '' }}
89
90
- name: Commit and push package modifications
91
run: |
0 commit comments