Skip to content

Commit

Permalink
Add debugging help
Browse files Browse the repository at this point in the history
  • Loading branch information
znichollscr committed Aug 5, 2024
1 parent f62627d commit a9f5919
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "$CI_COMMIT_EMAIL"
echo "bump_rule"
echo ${{ github.event.inputs.bump_rule }}
BASE_VERSION=`cat VERSION`
echo "Bumping from version $BASE_VERSION"
Expand Down

0 comments on commit a9f5919

Please sign in to comment.