Skip to content

Commit

Permalink
Set git identity in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerX committed Mar 13, 2024
1 parent c834baf commit 59b6661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
go-version: 1.21
- name: Bump version
run: |
git config user.email "[email protected]"
git config user.name "$GITHUB_ACTOR"
echo $(awk -F. '{OFS="."; $NF++; print}' VERSION) > VERSION
VERSION=$(cat VERSION)
git add VERSION
Expand Down

0 comments on commit 59b6661

Please sign in to comment.