We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283d1e1 commit 676a27dCopy full SHA for 676a27d
2 files changed
.github/workflows/publish.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
39
- name: Release
40
- run: npx semantic-release
+ run: npm run semantic-release
41
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
package.json
@@ -68,7 +68,7 @@
68
"type": "git",
69
"url": "https://github.com/securenative/securenative-node.git"
70
},
71
- "publishConfig": {
+ "release": {
72
"access": "public",
73
"branches": [
74
"refs/tags/*"
0 commit comments