Skip to content

Commit d948ab5

Browse files
committed
[ACS-9977]: [publish] automatic tag creation work, adding git command
1 parent 3f09712 commit d948ab5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,6 @@ jobs:
199199
echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf
200200
echo "allow-loopback-pinentry" >> ~/.gnupg/gpg-agent.conf
201201
gpg --batch --yes --pinentry-mode loopback --passphrase $GPG_SIGNING_PASSPHRASE --list-keys
202-
- name: Configure Git user
203-
run: |
204-
git config --global user.name "${GIT_USERNAME:-github-actions[bot]}"
205-
git config --global user.email "${GIT_EMAIL:-github-actions[bot]@users.noreply.github.com}"
206202
- name: "Publish"
207203
id: publish
208204
timeout-minutes: ${{ fromJSON(env.GITHUB_ACTIONS_DEPLOY_TIMEOUT) }}

0 commit comments

Comments
 (0)