We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f3f05 commit ae5a0b8Copy full SHA for ae5a0b8
1 file changed
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
gradle-version: 8.5
26
- name: Build with Gradle
27
id: build
28
- run: gradle buildReleaseArtifacts
+ run: gradle -Pversion=${{ github.event.release.tag_name }} buildReleaseArtifacts
29
- name: Release
30
uses: softprops/action-gh-release@v2
31
with:
0 commit comments