Skip to content

Commit

Permalink
Merge pull request #5 from klarna-incubator/fix-publish-action
Browse files Browse the repository at this point in the history
Fixes the publishing action
  • Loading branch information
katrotz authored Aug 25, 2024
2 parents b018f6b + 1a03f6e commit a318d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: '20'

- name: Install dependencies
run: yarn install
run: yarn --frozen-lockfile
- name: Run tests
run: yarn test
- name: Build
Expand All @@ -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)
echo "RELEASE_TAG=beta" >> $GITHUB_ENV
env:
RELEASE_TYPE: ${{ github.event.inputs.release-type }}
Expand Down

0 comments on commit a318d14

Please sign in to comment.