We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7f368 commit 2debe28Copy full SHA for 2debe28
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
with:
15
java-version: 11
16
- name: Publish package
17
- run: ./gradlew publishAllPublicationsToGitHubPackagesRepository -PpublishVersion=${{ github.ref_name }}
+ run: ./gradlew publishAllPublicationsToGitHubPackagesRepository -PpublishVersion="$REFNAME"
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
-
+ REFNAME: ${{ github.ref_name }}
0 commit comments