Skip to content

Commit

Permalink
Add Git tag and push for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Flagro committed Feb 5, 2024
1 parent f4d0695 commit 14f129d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
run: git tag v${{ steps.next_version.outputs.version }}

- name: Push Git tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.name 'Anton Potapov'
git config --global user.email '47938145+Flagro@users.noreply.github.com.'
git push origin v${{ steps.next_version.outputs.version }}
- name: Create Release
Expand Down

0 comments on commit 14f129d

Please sign in to comment.