Skip to content

Commit

Permalink
Merge pull request #6 from klarna-incubator/fix-publish-action-2
Browse files Browse the repository at this point in the history
Fixes the publishing action 2
  • Loading branch information
katrotz authored Aug 25, 2024
2 parents a318d14 + 70fc1f4 commit 834dfde
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 @@ -48,7 +48,7 @@ jobs:
- name: Bump pre-release version
if: startsWith(github.event.inputs.release-type, 'pre')
run: |
echo "NEW_VERSION=$(npm --no-git-tag-version --preid=beta version $RELEASE_TYPE)
echo "NEW_VERSION=$(npm --no-git-tag-version --preid=beta version $RELEASE_TYPE)" >> $GITHUB_ENV
echo "RELEASE_TAG=beta" >> $GITHUB_ENV
env:
RELEASE_TYPE: ${{ github.event.inputs.release-type }}
Expand Down

0 comments on commit 834dfde

Please sign in to comment.