Skip to content

Commit

Permalink
fix: push commits
Browse files Browse the repository at this point in the history
  • Loading branch information
khalifaa55 committed Jan 21, 2025
1 parent a5c3e02 commit b6d1316
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 @@ -167,7 +167,7 @@ jobs:
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local pull.rebase true
git config --local commit.gpgsign true
git config --local push.gpgsign true
git config --local push.gpgsign false
git config --local tag.gpgsign false
export GPG_TTY=$(tty)
Expand Down

0 comments on commit b6d1316

Please sign in to comment.