Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ozziest committed Feb 11, 2024
1 parent bce3be8 commit 01f4b88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-tag.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tag
name: Tag and Push

on:
push:
Expand Down Expand Up @@ -30,4 +30,4 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "Özgür Adem Işıklı"
git tag -a "v${{ steps.version.outputs.version }}" -m "Version ${{ steps.version.outputs.version }}"
git push origin "v${{ steps.version.outputs.version }}"
git push origin "v${{ steps.version.outputs.version }}"

0 comments on commit 01f4b88

Please sign in to comment.