Skip to content

Commit

Permalink
wip print more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmcginty committed Mar 2, 2024
1 parent d40df3f commit 888fd10
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ jobs:
with:
bump_type: ${{ github.event.inputs.bump_type }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Print Version Info
run: |
echo "Major: ${{ steps.version-tag.outputs.major }}"
echo "Minor: ${{ steps.version-tag.outputs.minor }}"
echo "Patch: ${{ steps.version-tag.outputs.patch }}"
echo "Increment: ${{ steps.version-tag.outputs.increment }}"
echo "Version: ${{ steps.version-tag.outputs.version }}"
echo "Version Tag: ${{ steps.version-tag.outputs.tag }}"
echo "Version Type: ${{ steps.version-tag.outputs.type }}"
echo "Previous Version: ${{ steps.version-tag.outputs.previous_version }}"
update-version-and-tag:
name: Update Repo Tag and Version
runs-on: ubuntu-latest
Expand Down

0 comments on commit 888fd10

Please sign in to comment.