Skip to content

Commit ae5a0b8

Browse files
committed
use release tag name for prettyVersion
1 parent 81f3f05 commit ae5a0b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
gradle-version: 8.5
2626
- name: Build with Gradle
2727
id: build
28-
run: gradle buildReleaseArtifacts
28+
run: gradle -Pversion=${{ github.event.release.tag_name }} buildReleaseArtifacts
2929
- name: Release
3030
uses: softprops/action-gh-release@v2
3131
with:

0 commit comments

Comments
 (0)