Skip to content

Commit

Permalink
debug2
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Sep 19, 2024
1 parent 9fc70b5 commit ed042d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ jobs:
versions:set \
--batch-mode \
-DnewVersion=$nextVersion
# START TESTING
git branch -r
git status
# END TESTING
git add -Av
git commit -m "[TBD Release Manager 🚀] Setting next development version after $version to: $nextVersion"
git push origin main
Expand Down

0 comments on commit ed042d3

Please sign in to comment.