Skip to content

Commit 3b21c40

Browse files
committed
Add preid
1 parent b8dcbc8 commit 3b21c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Bump Version
3838
shell: bash
39-
run: npm version ${{ inputs.version }} --no-git-tag-version
39+
run: npm version ${{ inputs.version }} --no-git-tag-version --preid "b"
4040
if: inputs.version != 'nobump'
4141

4242
- name: Which Version

0 commit comments

Comments
 (0)