Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Mar 8, 2024
1 parent 96ea694 commit 4ecfd41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
v = version.parse(setuptools_scm.get_version())
print(f"::set-output tag=v{v.major}.{v.minor + 1}.0")
- name: Debug the next tag
run: echo ${{ steps.get_next_tag.outputs.tag }}

- uses: rickstaa/action-create-tag@v1
id: "tag_create"
with:
Expand Down

0 comments on commit 4ecfd41

Please sign in to comment.