Skip to content

Commit bbf2aff

Browse files
committed
fix oidc publishing
1 parent 6367cf8 commit bbf2aff

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
deno-version: vx.x.x
3232
- name: setup Node
33-
uses: actions/setup-node@v4
33+
uses: actions/setup-node@v6
3434
with:
3535
registry-url: "https://registry.npmjs.org"
3636
- name: Build npm package
@@ -39,3 +39,6 @@ jobs:
3939
- name: Publish package
4040
run: npm publish --provenance --access public
4141
working-directory: ./npm
42+
env:
43+
# Workaround for https://github.com/actions/setup-node/issues/1440
44+
NODE_AUTH_TOKEN: ""

0 commit comments

Comments
 (0)