Skip to content

Commit

Permalink
fix: ansi pipe markdown (#44) (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeprokisch authored Sep 13, 2024
1 parent bfcf9de commit 7315aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: steps.extract_version.outputs.version != ''
run: |
VERSION=${{ steps.extract_version.outputs.version }}
git config user.name github-actions
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 7315aae

Please sign in to comment.