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 ec9c60e commit bfedca2Copy full SHA for bfedca2
.github/workflows/publish.yml
@@ -51,7 +51,7 @@ jobs:
51
repo_token: "${{ secrets.GITHUB_TOKEN }}"
52
automatic_release_tag: "latest"
53
prerelease: true
54
- title: "Development Build"
+ title: ${{ env.NEXT_RELEASE_VERSION }}
55
files: |
56
LICENSE.txt
57
- /build/libs/interactionAPI.jar
+ ./build/libs/interactionAPI.jar
0 commit comments