Skip to content

Commit 5a58339

Browse files
committed
Add note about RELEASE_VERSION
1 parent 9859fef commit 5a58339

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
- name: Build with Gradle
3939
run: gradle build
4040
env:
41-
RELEASE_VERSION: ${{ github.event.release.tag_name }}
41+
# have to set this for no good reason, otherwise RELEASE_VERSION below will not be populated
42+
RELEASE_VERSION: ${{ github.event.release.tag_name }}
4243

4344
- name: Publish to Repositories
4445
run: gradle publish

0 commit comments

Comments
 (0)