Skip to content

Commit

Permalink
Merge pull request #27 from sh4hids/feature/add-typescript
Browse files Browse the repository at this point in the history
BREAKING CHANGE: fix release action
  • Loading branch information
sh4hids committed Mar 23, 2022
2 parents 71a2ed4 + 082c7ba commit b4b2802
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 @@ -20,7 +20,7 @@ jobs:
- name: Validating build
run: npm run validate
- name: Publish to NPM
run: npx semantic-release
run: npm run 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 --branches main"
"release": "semantic-release --branches main"
},
"files": [
"lib/*"
Expand Down

0 comments on commit b4b2802

Please sign in to comment.