Skip to content

Commit 5485f2b

Browse files
committed
Pipeline updated
1 parent 178ddf7 commit 5485f2b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,11 @@ jobs:
154154
run: |
155155
echo "Updating tag to ${{ env.VERSION }}..."
156156
157+
# Настраиваем имя и email пользователя для Git
158+
echo "Setting Git user name and email..."
159+
git config --global user.name "GitHub Actions"
160+
git config --global user.email "[email protected]"
161+
157162
# Удаляем старый тег локально
158163
echo "Deleting old tag $TAG_NAME locally..."
159164
git tag -d $TAG_NAME

0 commit comments

Comments
 (0)