Skip to content

Commit

Permalink
update release.yml to specific release-it flag in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
CronosLabsDev committed Aug 25, 2023
1 parent 82b0020 commit 479f7d2
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 @@ -48,6 +48,6 @@ jobs:

- run: git checkout .yarn

- run: npx release-it --npm.skipChecks --ci -i ${{ github.event.release.tag_name }}
- run: npx release-it --npm.skipChecks --no-git.tag --npm.publish --git.push --ci -i ${{ github.event.release.tag_name }}
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 479f7d2

Please sign in to comment.