Skip to content

Commit

Permalink
Merge pull request #7 from codesyntax/develop
Browse files Browse the repository at this point in the history
install release-it
  • Loading branch information
erral authored Oct 28, 2021
2 parents 5273891 + 903e218 commit 4672cee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- run: npm install
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm install release-it
- run: npm run release
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
- run: npm run release

0 comments on commit 4672cee

Please sign in to comment.