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 403cff2 commit c3c3d51Copy full SHA for c3c3d51
.github/workflows/pre-release.yml
@@ -32,7 +32,7 @@ jobs:
32
return list.data[0].name
33
34
- name: Assign candidate version
35
- if: success()
+ if: github.event.inputs.version == null
36
run: echo "RELEASE_VERSION=${{ steps.candidate-version.outputs.result }}" >> $GITHUB_ENV
37
38
- name: Set up JDK 8
0 commit comments