We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972f0bf commit 2f224b3Copy full SHA for 2f224b3
.github/workflows/publish-types.yml
@@ -54,6 +54,6 @@ jobs:
54
pnpm pkg set version="$VERSION"
55
56
- name: Publish to npm
57
- run: pnpm --filter @landscape-router/types publish --no-git-checks --access public
58
- env:
59
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: |
+ echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
+ pnpm --filter @landscape-router/types publish --no-git-checks --access public
0 commit comments