We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3a3c3 commit bfb9fd1Copy full SHA for bfb9fd1
.github/workflows/tag.yml
@@ -72,5 +72,7 @@ jobs:
72
TAG="v$NEW_VERSION"
73
echo "Creating tag: $TAG (from base tag $LATEST_TAG + $PATCH commits)"
74
75
+ git config user.email "github-actions[bot]@users.noreply.github.com"
76
+ git config user.name "github-actions[bot]"
77
git tag -a "$TAG" -m "Release $TAG"
78
git push "https://x-access-token:${GH_TOKEN}@github.com/$REPOSITORY" "$TAG"
0 commit comments