Skip to content

Commit

Permalink
Merge pull request #15 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 6a3d6c3 + 0f7d3ce commit 8d1dcfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_to_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Content yaml
run : |
echo ${{ steps.info-action.outputs.data }}
echo ${{ steps.info-action.outputs.data.version }}
echo ${{ steps.info-action.outputs.data['version'] }}
- name: Create tag if not present
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 8d1dcfd

Please sign in to comment.