From 5549bbb3835a6e08bbd39ad36c0f1ff5b6904035 Mon Sep 17 00:00:00 2001 From: Robert Timm Date: Fri, 11 Oct 2024 06:49:56 +0000 Subject: [PATCH] ci(build_publish_image): remove git config, unused --- .github/workflows/build_publish_image_release.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_publish_image_release.yml b/.github/workflows/build_publish_image_release.yml index e9231b706..2351b1ea2 100644 --- a/.github/workflows/build_publish_image_release.yml +++ b/.github/workflows/build_publish_image_release.yml @@ -22,7 +22,7 @@ jobs: - name: Extract image name and confirm it is a valid semantic version tag id: extract_tag run: | - set -x + set -x # show commands # Extract the tag name TAG_NAME=$(echo ${{ github.ref }} | sed 's/refs\/tags\///') @@ -53,7 +53,4 @@ jobs: set -e # abort on error set -x # show commands - git config --global user.name 'wikibase suite github actions bot' - git config --global user.email 'wikibase-suite-github-actions-bot@users.noreply.github.com' - ./nx release publish -p $IMAGE_NAME