Skip to content

Commit

Permalink
Merge pull request #13 from typemytype/main
Browse files Browse the repository at this point in the history
Update pr_to_tag.yml
  • Loading branch information
typemytype authored Mar 12, 2024
2 parents 08e879c + f8cba19 commit e29a7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_to_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
uses: rickstaa/action-create-tag@v1
continue-on-error: true
with:
tag: ${{ steps.info-action.outputs.data["version"] }}
tag: ${{ steps.info-action.outputs.data.version }}
force_push_tag: true

0 comments on commit e29a7b9

Please sign in to comment.