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 a31119d commit 65fa0daCopy full SHA for 65fa0da
.github/workflows/semantic-release.yml
@@ -31,6 +31,12 @@ jobs:
31
env:
32
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
33
34
+ - name: Configure npm auth for semantic-release
35
+ run: |
36
+ echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > "${NPM_CONFIG_USERCONFIG:-$HOME/.npmrc}"
37
+ env:
38
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
39
+
40
- uses: cycjimmy/semantic-release-action@v4
41
with:
42
semantic_version: 24
0 commit comments