Skip to content

Commit

Permalink
Fix release.yaml (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacavallaro authored May 27, 2024
1 parent 5f8c214 commit 3e08ce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
id: changesets
uses: changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 # v1.4.7
with:
version: yarn version
publish: yarn release
version: yarn run version
publish: yarn run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3e08ce6

Please sign in to comment.