Skip to content

Commit 2f224b3

Browse files
committed
update
1 parent 972f0bf commit 2f224b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-types.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ jobs:
5454
pnpm pkg set version="$VERSION"
5555
5656
- 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 }}
57+
run: |
58+
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
59+
pnpm --filter @landscape-router/types publish --no-git-checks --access public

0 commit comments

Comments
 (0)