We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1afece0 commit 1f8ce1aCopy full SHA for 1f8ce1a
1 file changed
.github/workflows/release.yml
@@ -95,7 +95,6 @@ jobs:
95
96
- name: Publish to npm
97
env:
98
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
99
IS_PRERELEASE: ${{ needs.preflight.outputs.is_prerelease }}
100
run: |
101
if [[ "$IS_PRERELEASE" == "true" ]]; then
0 commit comments