Skip to content

Commit

Permalink
Fixed outputs log to bump tag #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jordybronowicki37 committed Oct 24, 2024
1 parent 8355a0e commit 70c8218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
DEFAULT_BUMP: ${{ inputs.default_bump }}
- run: echo ${{ steps.tag.outputs }}
- run: echo "${{ toJson(steps.tag.outputs) }}"

0 comments on commit 70c8218

Please sign in to comment.