Skip to content

Commit 6594d79

Browse files
authored
Update release.yaml
1 parent c87d900 commit 6594d79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
node-version: "*"
2929
registry-url: "https://registry.npmjs.org"
3030
- name: Release
31-
run: npx ts-node --transpile-only scripts/publish.ts
31+
run: |
32+
unset NODE_AUTH_TOKEN
33+
npx ts-node --transpile-only scripts/publish.ts
3234
env:
3335
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)