Skip to content

Commit

Permalink
ci: yarn should be used instead of npm run
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin authored Jan 5, 2024
1 parent 8b2b52f commit 69b8dcd
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 @@ -38,7 +38,7 @@ jobs:
commit: 'chore: release synckit'
title: 'chore: release synckit'
version: yarn run version
publish: npm run release
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 69b8dcd

Please sign in to comment.