Skip to content

Commit

Permalink
Merge pull request #13 from codesyntax/develop
Browse files Browse the repository at this point in the history
always release minor versions
  • Loading branch information
erral authored Oct 28, 2021
2 parents e27d0dc + ddc6e94 commit 5048fd3
Showing 1 changed file with 1 addition 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 @@ -19,7 +19,7 @@ jobs:
- run: npm install
- run: npm install release-it
- run: echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" > .npmrc
- run: npm run release
- run: npm run release --minor
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN}}

0 comments on commit 5048fd3

Please sign in to comment.