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 4300a7f commit 527fb78Copy full SHA for 527fb78
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Publish to GH Packages
44
if: ${{ steps.tag-version.outputs.new_tag != '' }}
45
run: |
46
- NEW_TAG="${{ steps.tag-version.outputs.new_tag }}" ./gradlew compileJava publish -Pversion="$NEW_TAG"
+ ./gradlew compileJava publish -Pversion="${{ steps.tag-version.outputs.new_tag }}"
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
0 commit comments