We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df71094 commit d68391aCopy full SHA for d68391a
.github/workflows/version-bump.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Bump version
36
id: bump-version
37
run: |
38
- npm version ${{ github.event.inputs.version_type }} --no-git-tag-version
+ npm version ${{ github.event.inputs.version_type }} --preid ${{ github.event.inputs.pre_release }} --no-git-tag-version
39
NEW_VERSION=$(node -p "require('./package.json').version")
40
echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_OUTPUT
41
0 commit comments