Skip to content

Commit 16d2516

Browse files
committed
build: fix prepare release
- Display github.actor
1 parent 8ae1047 commit 16d2516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@ jobs:
5151
GITHUB_ACTOR: ${{ github.actor }}
5252
GITHUB_TOKEN: ${{ github.token }}
5353
run: |
54+
echo "GITHUB ACTOR: ${{ github.actor }}"
5455
git push origin master --follow-tags

0 commit comments

Comments
 (0)