Skip to content

Commit

Permalink
Update create-tag.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Nov 3, 2023
1 parent 222e206 commit 7a1686f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
fi
echo "Creating tag $TAG with comment '$COMMENT'"
git config user.name "GitHub Action"
git config user.email "action@github.com"
git config user.name "kubbot"
git config user.email "3293172751ysy@gmail.com"
git tag -a $TAG -m "$COMMENT"
git push origin $TAG
Expand Down

0 comments on commit 7a1686f

Please sign in to comment.