Skip to content

Commit

Permalink
ci: adapt release script
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Mar 12, 2024
1 parent 46ee54d commit 05b1255
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
commit: 'chore: release package(s)'
title: 'chore: release package(s)'
version: yarn run version
publish: yarn release:only
commit: 'chore: release eslint-plugin-import-x'
title: 'chore: release eslint-plugin-import-x'
publish: yarn release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 05b1255

Please sign in to comment.