Skip to content

Commit

Permalink
fix: Github ref_name env var reference
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisingenhaag committed Feb 26, 2024
1 parent 553473a commit 05e0f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
PUBLISH_PASSWORD: ${{ secrets.PUBLISH_PASSWORD }}
PUBLISH_GPG_PRIVATE_KEY: ${{ secrets.PUBLISH_GPG_PRIVATE_KEY }}
PUBLISH_GPG_PASSPHRASE: ${{ secrets.PUBLISH_GPG_PASSPHRASE }}
run: ./gradlew -Pversion=0.0.0-${{github.GITHUB_REF_NAME}}-SNAPSHOT publish
run: ./gradlew -Pversion=0.0.0-${{ github.REF_NAME }}-SNAPSHOT publish

0 comments on commit 05e0f2c

Please sign in to comment.