Skip to content

Commit

Permalink
build: fingers crossed
Browse files Browse the repository at this point in the history
  • Loading branch information
bendera committed May 8, 2023
1 parent 2dfa1b0 commit eb2c21d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: Bump version (Stable)
run: |
RELEASE_VERSION=$(npx semver $CURRENT_VERSION -i github.event.inputs.releaseType)
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
npm version $RELEASE_VERSION --git-tag-version=false
if: ${{ github.event.inputs.releaseChannel == 'stable' }}

Expand Down

0 comments on commit eb2c21d

Please sign in to comment.