Skip to content

Commit

Permalink
no git
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Oct 27, 2023
1 parent 36dd026 commit 92dca5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: |
if git log --format=%B -n 1 | grep -q 'release v[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}'; then
pnpm release-it --no-increment --github.release --github.update --verbose
pnpm release-it --no-git --no-increment --github.release --github.update --verbose
fi
name: Release
Expand Down
3 changes: 0 additions & 3 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"git": {
"push": true
},
"github": {
"autoGenerate": true,
"release": true,
Expand Down

0 comments on commit 92dca5c

Please sign in to comment.