Skip to content

Commit

Permalink
fix: typo in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrjarun committed Sep 23, 2024
1 parent 1e4e89e commit 28410f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
verison: pnpm ci:version # https://github.com/changesets/changesets/issues/421
version: pnpm ci:version # https://github.com/changesets/changesets/issues/421
publish: pnpm ci:release

0 comments on commit 28410f4

Please sign in to comment.