Skip to content

Commit e3bfcf1

Browse files
committed
fix publish.yml
1 parent 20aee24 commit e3bfcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: | # Custom action
3535
npm set "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}"
3636
- name: Run release-it
37-
run: npx release-it --ci
37+
run: npx release-it --ci --increment=minor
3838
env:
3939
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4040
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)