Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Dec 12, 2023
1 parent 235f405 commit bd0c06f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/maven-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Publish: manual full release"
run-name: Release (${{ inputs.releaseversion }} -> ${{ inputs.nextversion}})

on:
workflow_dispatch:
Expand Down

0 comments on commit bd0c06f

Please sign in to comment.