Skip to content

Commit 87460ea

Browse files
committed
ci(release): force npm oidc publishing
1 parent eaaee12 commit 87460ea

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
mkdir -p .pack
6161
npm pack ./packages/workflows --silent --pack-destination .pack
6262
- name: Publish
63+
env:
64+
# setup-node provides a dummy token; clear it so npm uses OIDC.
65+
NODE_AUTH_TOKEN: ""
6366
run: >-
6467
npm publish
6568
.pack/rivet-dev-workflows-${{ steps.release.outputs.version }}.tgz

0 commit comments

Comments
 (0)