Skip to content

Commit

Permalink
Merge pull request #12 from klarna-incubator/fix-publish-with-yarn-berry
Browse files Browse the repository at this point in the history
Fixes publishing after yarn berry upgrade
  • Loading branch information
katrotz authored Sep 2, 2024
2 parents c9ff9ab + 00fa8db commit 6583be7
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 @@ -71,7 +71,7 @@ jobs:
# Publish version to public repository
- name: Publish
run: yarn publish --verbose --access public --tag ${{ env.RELEASE_TAG }}
run: npm publish --access public --tag ${{ env.RELEASE_TAG }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

Expand Down

0 comments on commit 6583be7

Please sign in to comment.