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 bcbb7f2 commit c2af3c4Copy full SHA for c2af3c4
.github/workflows/release.yml
@@ -18,12 +18,9 @@ jobs:
18
node-version: 20
19
registry-url: 'https://registry.npmjs.org'
20
scope: '@calycode'
21
+ env:
22
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
23
- run: pnpm install
- - name: Set up npm authentication
- run: |
24
- echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
25
- env:
26
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
27
- name: Create Release Pull Request or Publish to npm
28
uses: changesets/action@v1
29
with:
0 commit comments