diff --git a/.github/actions/maven-release/action.yml b/.github/actions/maven-release/action.yml index 128877d7..89033e98 100644 --- a/.github/actions/maven-release/action.yml +++ b/.github/actions/maven-release/action.yml @@ -56,8 +56,7 @@ runs: echo "." counter=$((counter+1)) - # TODO Set max count to 20 - if [ "$counter" -gt 2 ]; then + if [ "$counter" -gt 20 ]; then echo "Timed out waiting for release" exit 1 fi diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bfedface..545e769d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,5 @@ name: "Publish: manual full release" +run-name: Release (${{ inputs.releaseversion }} -> ${{ inputs.nextversion}}) on: workflow_dispatch: