Skip to content

Commit f58d362

Browse files
authored
Add RELEASE_VERSION environment variable to workflow
1 parent 69e4c57 commit f58d362

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
@@ -41,6 +41,7 @@ jobs:
4141
run: ./gradlew publish --parallel
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
RELEASE_VERSION: ${{ github.event.release.tag_name }}
4445

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

0 commit comments

Comments
 (0)