Skip to content

Commit

Permalink
Use tag name for release version
Browse files Browse the repository at this point in the history
  • Loading branch information
BartvHelvert committed Sep 5, 2021
1 parent 08979dc commit 18e201b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Publish
run: gradle publishAllPublicationsToMavenCentralRepository
env:
RELEASE_VERSION: ${{ github.event.release.release_id }}
RELEASE_VERSION: ${{ github.event.release.tag_name }}
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
Expand Down

0 comments on commit 18e201b

Please # to comment.