We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8dcbc8 commit 3b21c40Copy full SHA for 3b21c40
.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Bump Version
38
shell: bash
39
- run: npm version ${{ inputs.version }} --no-git-tag-version
+ run: npm version ${{ inputs.version }} --no-git-tag-version --preid "b"
40
if: inputs.version != 'nobump'
41
42
- name: Which Version
0 commit comments