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: