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