Skip to content

Commit

Permalink
chore: switch to action-based publish
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Nov 12, 2024
1 parent 7af2667 commit 992c95c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,15 @@ jobs:
run: yarn test

- name: Create Release Pull Request
id: changesets
uses: changesets/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
createGithubReleases: true
publish: yarn changeset-publish

- id: deployment
if: steps.changesets.outputs.published == 'true'
uses: actions/deploy-pages@v4

0 comments on commit 992c95c

Please sign in to comment.