From d94d470c859f0dc1d772cea8e8cc379a30dc4e97 Mon Sep 17 00:00:00 2001 From: SnippetsX Date: Wed, 13 Nov 2024 00:13:22 +0300 Subject: [PATCH] upd --- .gitea/workflows/build.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3130461..9205939 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -41,6 +41,11 @@ jobs: retention-days: 5 + - name: Create Release Tag + run: | + git tag v${{ env.VERSION }} + git push origin v${{ env.VERSION }} + - name: Create Release uses: https://gitea.com/actions/release-action@main with: