Skip to content

Commit

Permalink
Merge pull request #10 from HiImGiovi/polishing
Browse files Browse the repository at this point in the history
--fix publish action
  • Loading branch information
HiImGiovi authored Oct 10, 2024
2 parents 70450ff + 720839f commit 7e40150
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ jobs:
run: npm ci

- name: Create and publish a release with changesets
id: changesets
uses: changesets/action@v1
with:
publish: npm publish
publish: npx changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7e40150

Please sign in to comment.