We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39fb9be commit af9993aCopy full SHA for af9993a
1 file changed
.github/workflows/publish-previewer.yml
@@ -36,4 +36,8 @@ jobs:
36
run: ./build-previewer.sh
37
38
- name: Publish to npm
39
- run: pnpm publish --access public --provenance --no-git-checks build/output
+ working-directory: build/output
40
+ run: |
41
+ echo "//registry.npmjs.org/:token_exchange_url=https://id.npmjs.org/token-exchange/github" >> .npmrc
42
+ echo "//registry.npmjs.org/:always-auth=true" >> .npmrc
43
+ pnpm publish --access public --provenance --no-git-checks
0 commit comments