Skip to content

Commit

Permalink
TENT-5945 fix: Add missing npm package.json version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbarth-disy committed Oct 11, 2024
1 parent 5b69a6c commit 1ce2c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Bump package version (Cadenza main version release)
if: "${{ github.event.inputs.cadenza-version != '' }}"
run: echo "NEW_VERSION=${{ github.event.inputs.cadenza-version }}.0" >> $GITHUB_ENV
run: echo "NEW_VERSION=$(npm --no-git-tag-version version ${{ github.event.inputs.cadenza-version }}.0)" >> $GITHUB_ENV

- name: Set release tag to 'latest'
run: echo "RELEASE_TAG=latest" >> $GITHUB_ENV
Expand Down

0 comments on commit 1ce2c16

Please sign in to comment.