From 7cb4372a7a3b220cb1e137ddc4af4172a9b5abea Mon Sep 17 00:00:00 2001 From: Andreas Fredriksson Date: Sun, 4 Aug 2024 10:22:44 -0700 Subject: [PATCH] Let's try again --- .github/workflows/auto-release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 74564b3a..21728396 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -3,7 +3,7 @@ name: "tagged-release" on: push: tags: - - "*" + - "v*" jobs: tagged-release: @@ -21,6 +21,7 @@ jobs: - uses: "marvinpinto/action-automatic-releases@v1.2.1" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: "latest" prerelease: false files: | build.mingw/Tundra-Binaries.zip