We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af21a1b commit b7b0c62Copy full SHA for b7b0c62
1 file changed
.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Bump version (Stable)
83
run: |
84
- RELEASE_VERSION=$(npx semver $CURRENT_VERSION -i github.event.inputs.releaseType)
+ RELEASE_VERSION=$(npx semver $CURRENT_VERSION -i ${{ github.event.inputs.releaseType }})
85
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
86
npm version $RELEASE_VERSION --git-tag-version=false
87
if: ${{ github.event.inputs.releaseChannel == 'stable' }}
0 commit comments