Skip to content

Commit 20a9d46

Browse files
committed
ci: Fix release command
1 parent e127758 commit 20a9d46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- patch
1313
- minor
1414
- major
15+
- --no-increment
1516

1617
jobs:
1718
bump:
@@ -38,7 +39,7 @@ jobs:
3839
git config user.email github-actions@github.com
3940
4041
- name: ReleaseIt
41-
run: npm run release
42+
run: npm run release -- ${{ inputs.bump_type }}
4243

4344
release:
4445
name: Publish

0 commit comments

Comments
 (0)