From 01f4b88232b4e7e43ce08e397f4fdc559ee0e2a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Adem=20I=C5=9EIKLI?= Date: Sun, 11 Feb 2024 13:42:33 +0100 Subject: [PATCH] Fixed --- .github/workflows/auto-tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}"