Skip to content

Commit c3fafda

Browse files
authored
Add GITHUB_SHA environment variable to Gradle build
1 parent 0d6079b commit c3fafda

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
@@ -33,6 +33,7 @@ jobs:
3333
run: ./gradlew clean shadowJar --parallel
3434
env:
3535
RELEASE_VERSION: ${{ github.event.release.tag_name }}
36+
GITHUB_SHA: ${{ github.sha }}
3637

3738
- name: Stage jar for Actions
3839
if: ${{ github.event_name != 'release' }}

0 commit comments

Comments
 (0)