Skip to content

Commit

Permalink
ci(build_publish_image): remove git config, unused
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Oct 11, 2024
1 parent 47283c1 commit 5549bbb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_publish_image_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\///')
Expand Down Expand Up @@ -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 '[email protected]'
./nx release publish -p $IMAGE_NAME

0 comments on commit 5549bbb

Please sign in to comment.