Skip to content

Commit

Permalink
Add note about RELEASE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
snowe2010 committed Oct 9, 2020
1 parent 9859fef commit 5a58339
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- name: Build with Gradle
run: gradle build
env:
RELEASE_VERSION: ${{ github.event.release.tag_name }}
# have to set this for no good reason, otherwise RELEASE_VERSION below will not be populated
RELEASE_VERSION: ${{ github.event.release.tag_name }}

- name: Publish to Repositories
run: gradle publish
Expand Down

0 comments on commit 5a58339

Please sign in to comment.