Skip to content

Commit 925962d

Browse files
authored
Fix the publish workflow (#564)
1 parent 8af37b7 commit 925962d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tox.yml

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ jobs:
127127
- name: Create a new branch, update the file and push the branch
128128
if: github.event_name == 'release' && github.event.action == 'published'
129129
run: |
130+
git config --global user.name "ansibuddy"
131+
git config --global user.email "[email protected]"
130132
cd ansible-devspaces-demo
131133
git checkout -b update-devspaces-image-${{ github.event.release.tag_name }}
132134
export SHA=$(docker manifest inspect -v ghcr.io/ansible/ansible-devspaces:latest | jq -r '[.Descriptor.digest][0]')

0 commit comments

Comments
 (0)