From 55d79858c853753d3304abc4e7bdaf1facaddfae Mon Sep 17 00:00:00 2001 From: Vyachean <66068072+Vyachean@users.noreply.github.com> Date: Sat, 28 Sep 2024 12:06:06 +0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd7ae02..304c38b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,6 +31,11 @@ jobs: exit 0 fi + - name: Create Tag + run: | + git tag v${{ env.version }} + git push origin v${{ env.version }} + - name: Create GitHub Release uses: actions/create-release@v1 env: