Skip to content

Commit

Permalink
Use github.ref_name for version during publication (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored May 16, 2023
1 parent 295edae commit d6670f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: |
-PVERSION_NAME=${GITHUB_REF/refs\/tags\//}
-PVERSION_NAME=${{ github.ref_name }}
-PsigningInMemoryKey=${{ secrets.SIGNING_KEY }}
-PsigningInMemoryKeyPassword=${{ secrets.SIGNING_PASSWORD }}
-PmavenCentralUsername=${{ secrets.OSS_SONATYPE_NEXUS_USERNAME }}
Expand Down

0 comments on commit d6670f5

Please sign in to comment.