Skip to content

Commit

Permalink
Only create a release if there's a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWindell committed Dec 29, 2024
1 parent f750730 commit 70a19fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
generate-release:
runs-on: ubuntu-latest
needs: [create-linux-binary, create-windows-binary, create-macos-binary]
if: startsWith(github.ref, 'refs/tags/')
steps:
- name: Get Artifacts
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 70a19fa

Please sign in to comment.