Skip to content

Commit

Permalink
Merge pull request #12 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 9ae6aad + 5314c58 commit 08e879c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr_to_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:

- name: Read yaml
uses: teunmooij/yaml@v1
id: info
id: info-action
with:
from-file: info.yaml

- name: Test yaml
- name: Content yaml
run : |
echo ${{ steps.info.outputs.version }}
echo ${{ steps.info-action.outputs.data }}
- name: Create tag if not present
uses: rickstaa/action-create-tag@v1
continue-on-error: true
with:
tag: "${{ steps.info.outputs.version }}"
tag: ${{ steps.info-action.outputs.data["version"] }}
force_push_tag: true

0 comments on commit 08e879c

Please sign in to comment.