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 04471e6 commit 2b06e1dCopy full SHA for 2b06e1d
1 file changed
.github/workflows/publish.yml
@@ -64,6 +64,8 @@ jobs:
64
id: publish
65
if: ${{ github.event_name == 'push' || inputs.publish == true || inputs.publish == 'true' }}
66
shell: bash
67
+ env:
68
+ NODE_AUTH_TOKEN: ""
69
run: |
70
set -euo pipefail
71
0 commit comments