Skip to content

Commit

Permalink
Let's try again
Browse files Browse the repository at this point in the history
  • Loading branch information
deplinenoise committed Aug 4, 2024
1 parent 2be46c4 commit 7cb4372
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "tagged-release"
on:
push:
tags:
- "*"
- "v*"

jobs:
tagged-release:
Expand All @@ -21,6 +21,7 @@ jobs:
- uses: "marvinpinto/[email protected]"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
files: |
build.mingw/Tundra-Binaries.zip
Expand Down

0 comments on commit 7cb4372

Please sign in to comment.