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 e9fb75f commit b675eb1Copy full SHA for b675eb1
.github/workflows/release.yml
@@ -21,6 +21,7 @@ jobs:
21
uses: actions/setup-node@v3
22
with:
23
node-version: ${{ env.DEFAULT_NODE_VERSION }}
24
+ registry-url: "https://registry.npmjs.org"
25
26
- name: Install pnpm
27
uses: pnpm/action-setup@v2
@@ -49,7 +50,7 @@ jobs:
49
50
- name: Publish to npm
51
run: pnpm run publish:libs
52
env:
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
53
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
54
55
# - name: create and publish versions
56
# uses: changesets/action@v1
0 commit comments