Skip to content

Commit

Permalink
fix: ansi pipe markdown (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeprokisch authored Sep 13, 2024
1 parent bfcf9de commit c3b2e6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ jobs:
git config user.email [email protected]
git tag -a v$VERSION -m "Release v$VERSION"
git push origin v$VERSION
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_BOT }}

0 comments on commit c3b2e6a

Please sign in to comment.