We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6abba commit 5fa05ffCopy full SHA for 5fa05ff
1 file changed
.github/workflows/release.yml
@@ -40,10 +40,10 @@ jobs:
40
if: contains(steps.tagName.outputs.tag, 'rc')
41
env:
42
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
43
- run: npm publish --tag=rc --provenance
+ run: npm publish --tag=rc
44
45
- name: Publish a regular release
46
if: false == contains(steps.tagName.outputs.tag, 'rc')
47
48
49
- run: npm publish --provenance
+ run: npm publish
0 commit comments