Skip to content

Commit b7b0c62

Browse files
committed
build: fix release type in the stable version
1 parent af21a1b commit b7b0c62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Bump version (Stable)
8383
run: |
84-
RELEASE_VERSION=$(npx semver $CURRENT_VERSION -i github.event.inputs.releaseType)
84+
RELEASE_VERSION=$(npx semver $CURRENT_VERSION -i ${{ github.event.inputs.releaseType }})
8585
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
8686
npm version $RELEASE_VERSION --git-tag-version=false
8787
if: ${{ github.event.inputs.releaseChannel == 'stable' }}

0 commit comments

Comments
 (0)