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 bff92e0 commit d8341e5Copy full SHA for d8341e5
.github/workflows/manual-build.yml
@@ -53,7 +53,7 @@ jobs:
53
if: ${{ inputs.release_packages == 'false' }}
54
name: JAR
55
needs: [ tests ]
56
- uses: ./.github/workflows/_make_release_jar.yml
+ uses: ./.github/workflows/_make-release-jar.yml
57
secrets: inherit
58
with:
59
version: ${{ inputs.version }}
0 commit comments