Skip to content

Commit fb8f1db

Browse files
committed
fix publish version arg
1 parent b466ca9 commit fb8f1db

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
@@ -25,7 +25,7 @@ jobs:
2525
- name: Publish package
2626
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
2727
with:
28-
arguments: -Pversion="${{ env.PUBLISH_VERSION }}" publish
28+
arguments: -Pversion=${{ env.PUBLISH_VERSION }} publish
2929
env:
3030
ORG_GRADLE_PROJECT_sonatypeUsername: ${{ secrets.SONATYPE_USERNAME }}
3131
ORG_GRADLE_PROJECT_sonatypePassword: ${{ secrets.SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)