Skip to content

Commit 50da522

Browse files
committed
Fix issue in publishing action
1 parent b833a2e commit 50da522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: gradle/gradle-build-action@v2
2323

2424
- name: Build JAR
25-
run: ./gradlew -PprojectVersion="${GITHUB_REF##*/v}" build
25+
run: ./gradlew -PprojectVersion="${GITHUB_REF##*/}" build
2626

2727
- name: Log in to Docker Hub
2828
uses: docker/login-action@v2

0 commit comments

Comments
 (0)