Skip to content

Commit

Permalink
Merge pull request #10 from smakosh/fix/publish-2-npm-job
Browse files Browse the repository at this point in the history
fix: publish to npm job
  • Loading branch information
smakosh authored Apr 16, 2024
2 parents 4a1ea26 + 27a55a4 commit bd2fe51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -44,7 +44,7 @@ jobs:
with:
commit: "chore(release): version packages"
title: "chore(release): version packages"
publish: npx changeset publish
publish: npx @changesets/cli publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers=true

0 comments on commit bd2fe51

Please sign in to comment.