We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20aee24 commit e3bfcf1Copy full SHA for e3bfcf1
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
run: | # Custom action
35
npm set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}"
36
- name: Run release-it
37
- run: npx release-it --ci
+ run: npx release-it --ci --increment=minor
38
env:
39
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
40
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments