Skip to content

Commit 527fb78

Browse files
authored
chore: Fix publish script (#13)
1 parent 4300a7f commit 527fb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Publish to GH Packages
4444
if: ${{ steps.tag-version.outputs.new_tag != '' }}
4545
run: |
46-
NEW_TAG="${{ steps.tag-version.outputs.new_tag }}" ./gradlew compileJava publish -Pversion="$NEW_TAG"
46+
./gradlew compileJava publish -Pversion="${{ steps.tag-version.outputs.new_tag }}"
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949

0 commit comments

Comments
 (0)