diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index df39b73..95f53f2 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -1,4 +1,4 @@ -name: Tag +name: Tag and Push on: push: @@ -30,4 +30,4 @@ jobs: git config --local user.email "i.ozguradem@gmail.com" 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 }}" \ No newline at end of file + git push origin "v${{ steps.version.outputs.version }}"