Skip to content

Commit

Permalink
refactor: apply suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Burnham <[email protected]>
  • Loading branch information
tchataigner and samuelburnham authored Jul 29, 2024
1 parent 37ee2f5 commit 1b60b77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-version-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- aptos
- ethereum
required: true
default: 'release'
default: 'aptos'
type:
description: 'release or hotfix'
type: choice
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
members=$(tq workspace.members -f Cargo.toml | jq -r '. += ["programs/inclusion", "programs/epoch-change"] | .[]')
else
echo "Unknown light-client: ${{ inputs.light-client }}. Aborting..."
exit 1
exit 1
fi
bump_version() {
Expand Down

0 comments on commit 1b60b77

Please sign in to comment.