Skip to content

Commit 676a27d

Browse files
committed
Update release config
1 parent 283d1e1 commit 676a27d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3939
- name: Release
40-
run: npx semantic-release
40+
run: npm run semantic-release
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"type": "git",
6969
"url": "https://github.com/securenative/securenative-node.git"
7070
},
71-
"publishConfig": {
71+
"release": {
7272
"access": "public",
7373
"branches": [
7474
"refs/tags/*"

0 commit comments

Comments
 (0)