Skip to content

Commit

Permalink
fix: add semantic release config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoverm committed Aug 10, 2023
1 parent ab997af commit 5e6c820
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release@18
run: npx semantic-release
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,13 @@
"tabWidth": 2,
"semi": true,
"singleQuote": false
},
"release": {
"branches": [
"main"
]
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit 5e6c820

Please sign in to comment.