Skip to content

Commit 4cbec91

Browse files
committed
feat: create tag after generating image
1 parent 1475b6f commit 4cbec91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/native.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: Build native image
2424
run: |
25+
git config --global user.email "$GITHUB_TRIGGERING_ACTOR@github.action"
26+
git config --global user.name $GITHUB_TRIGGERING_ACTOR
2527
./create-image.sh ${{ matrix.os }}
2628
2729
# - name: Commit & Push changes

0 commit comments

Comments
 (0)