Skip to content

Commit

Permalink
Fixes publishing after yarn berry upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Slavic Cotruta committed Sep 2, 2024
1 parent c9ff9ab commit 00fa8db
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 00fa8db

Please sign in to comment.