We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60af2ba commit a881135Copy full SHA for a881135
1 file changed
.github/workflows/manual-publish.yml
@@ -79,8 +79,6 @@ jobs:
79
if: github.event.inputs.dry_run == 'false'
80
run: |
81
npm publish --tag ${{ github.event.inputs.npm_tag }}
82
- env:
83
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
84
85
- name: Dry run publish
86
if: github.event.inputs.dry_run == 'true'
0 commit comments