Skip to content

Commit

Permalink
Merge pull request #24 from sh4hids/feature/add-typescript
Browse files Browse the repository at this point in the history
BREAKING CHANGE: refactor release action
  • Loading branch information
sh4hids committed Mar 23, 2022
2 parents 98114c3 + 42f82e7 commit 0c39090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Validating build
run: npm run validate
- name: Publish to NPM
run: npx semantic-release
run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint-staged": "lint-staged",
"prepare": "husky install",
"commit": "cz",
"semantic-release": "semantic-release"
"semantic-release": "semantic-release --brances main"
},
"files": [
"lib/*"
Expand Down

0 comments on commit 0c39090

Please sign in to comment.