Skip to content

Commit b675eb1

Browse files
committed
fix: publish
1 parent e9fb75f commit b675eb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ env.DEFAULT_NODE_VERSION }}
24+
registry-url: "https://registry.npmjs.org"
2425

2526
- name: Install pnpm
2627
uses: pnpm/action-setup@v2
@@ -49,7 +50,7 @@ jobs:
4950
- name: Publish to npm
5051
run: pnpm run publish:libs
5152
env:
52-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
53+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5354

5455
# - name: create and publish versions
5556
# uses: changesets/action@v1

0 commit comments

Comments
 (0)