Skip to content

Commit c0180b8

Browse files
Fix version bump action config MINOR
1 parent d7cd8f7 commit c0180b8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/publish-extension.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ jobs:
2121
uses: 'phips28/gh-action-bump-version@master'
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}
24-
minor-wording: '#add'
25-
major-wording: '#major'
26-
patch-wording: '#patch,#fix'
27-
rc-wording: '#release'
24+
with:
25+
minor-wording: 'MINOR'
26+
major-wording: 'MAJOR'
27+
patch-wording: 'PATCH,FIX'
28+
rc-wording: 'RELEASE'
29+
2830
- name: Install packages
2931
run: npm ci
3032

0 commit comments

Comments
 (0)