Skip to content

Commit

Permalink
ci: fix yarn release
Browse files Browse the repository at this point in the history
  • Loading branch information
dweber019 committed Sep 25, 2024
1 parent 515c1fc commit 26115ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: changesets/action@v1
with:
version: yarn run version
publish: yarn release
publish: yarn run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 26115ca

Please sign in to comment.