Skip to content

Commit

Permalink
Merge pull request #18 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 57fbb06 + 5c1d085 commit 63ecafd
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,6 +26,6 @@ jobs:
echo "Tag ${{ steps.info-action.outputs.version }} exists"
else
echo "Create tag ${{ steps.info-action.outputs.version }}"
git tag ${{ steps.info-action.outputs.version }}
git tag -a ${{ steps.info-action.outputs.version }} -= "Version ${{ steps.info-action.outputs.version }}"
git push --follow-tags
fi

0 comments on commit 63ecafd

Please sign in to comment.