Skip to content

Commit

Permalink
Add back missing v in project version
Browse files Browse the repository at this point in the history
  • Loading branch information
md5sha256 committed Apr 22, 2024
1 parent 63a12fc commit 703e4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: chmod +x gradlew

- name: Build Custom Version With Gradle
run: ./gradlew build -P"project.version"="${{ env.JAR_VERSION}}"
run: ./gradlew build -P"project.version"="v${{ env.JAR_VERSION}}"

- name: Upload the artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 703e4a7

Please sign in to comment.