Skip to content

Commit a2fb157

Browse files
authored
Remove GITHUB_SHA environment variable from Gradle build
1 parent 1aba872 commit a2fb157

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/gradle.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
run: ./gradlew clean shadowJar --parallel
3434
env:
3535
RELEASE_VERSION: ${{ github.event.release.tag_name }}
36-
GITHUB_SHA: ${{ github.sha }}
3736

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

0 commit comments

Comments
 (0)