We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87d900 commit 6594d79Copy full SHA for 6594d79
.github/workflows/release.yaml
@@ -28,6 +28,8 @@ jobs:
28
node-version: "*"
29
registry-url: "https://registry.npmjs.org"
30
- name: Release
31
- run: npx ts-node --transpile-only scripts/publish.ts
+ run: |
32
+ unset NODE_AUTH_TOKEN
33
+ npx ts-node --transpile-only scripts/publish.ts
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments