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 549ddaf commit b2e254eCopy full SHA for b2e254e
.github/workflows/publish.yml
@@ -13,8 +13,7 @@ jobs:
13
- uses: pnpm/[email protected]
14
with:
15
version: 5.17.1
16
+ - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" >> .npmrc
17
- run: pnpm install -r --frozen-lockfile
18
- run: pnpm run -r build
19
- run: pnpm -r publish --no-git-checks --access public
- env:
20
- NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
0 commit comments