Skip to content

Commit

Permalink
feat(ci): enable package publishing with changesets action
Browse files Browse the repository at this point in the history
  • Loading branch information
cesconix committed Aug 6, 2024
1 parent fafcb13 commit 3ee7b78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Create Release PR or Publish to NPM
id: changesets
uses: changesets/action@v1
# with:
# publish: pnpm release
with:
publish: pnpm release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3ee7b78

Please sign in to comment.