Skip to content

Commit

Permalink
Merge pull request #5 from Fredx87/publish
Browse files Browse the repository at this point in the history
Enabled publishing with changeset
  • Loading branch information
Fredx87 authored Feb 10, 2024
2 parents edd1936 + 766e7c0 commit e914643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
- name: Create Release Pull Request or Publish to npm
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: changesets/action@v1
with:
publish: pnpm changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e914643

Please sign in to comment.