Skip to content

Commit

Permalink
fix: changeset workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayymmeena committed Sep 3, 2024
1 parent d9fe3c9 commit d2f7c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: pnpm run build

- name: Create Release Pull Request
uses: changesets/action@main
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit d2f7c4d

Please sign in to comment.