Skip to content

Commit 37c9711

Browse files
authored
Add GITHUB_ACTOR environment variable for publish step
1 parent f58d362 commit 37c9711

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/gradle.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
if: ${{ github.event_name == 'release' }}
4141
run: ./gradlew publish --parallel
4242
env:
43+
GITHUB_ACTOR: ${{ github.actor }}
4344
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4445
RELEASE_VERSION: ${{ github.event.release.tag_name }}
4546

0 commit comments

Comments
 (0)