Skip to content

Commit

Permalink
fix(release): release with yarn instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tembleking committed Sep 30, 2024
1 parent 177870a commit cde50af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
GITHUB_REPOSITORY: ${{ github.repository }}
GITHUB_REF: ${{ github.ref }}
- name: Release to NPM
run: npm publish --access public
run: yarn npm publish --access public

0 comments on commit cde50af

Please # to comment.