Skip to content

Commit

Permalink
use release name for override
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjenx committed Oct 21, 2024
1 parent 17242c7 commit e251719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: ./gradlew publishAllPublicationsToGitHubPackagesRepository
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_VERSION: ${{ github.event.release.tag_name }}
RELEASE_VERSION: ${{ github.event.release.name }}

0 comments on commit e251719

Please sign in to comment.