Skip to content

Commit

Permalink
ci: push with https
Browse files Browse the repository at this point in the history
  • Loading branch information
eWert-Online committed Mar 23, 2024
1 parent 18c7505 commit 3ccdc71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
IFS='.' read -r major minor patch <<< "$current_version"
new_version="$major.$minor.$((patch + 1))"
git config --global url."https://github.com/".pushInsteadOf "[email protected]:"
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 3ccdc71

Please sign in to comment.