Skip to content

Commit

Permalink
Merge pull request #87 from Chia-Network/limit-releases-to-tags
Browse files Browse the repository at this point in the history
ci: limit releases to tags
  • Loading branch information
TheLastCicada authored Jul 19, 2023
2 parents ccec2f2 + edffcc3 commit 0fb137f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ jobs:

release:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
needs:
- build
steps:
Expand All @@ -212,7 +213,6 @@ jobs:
- name: Release
uses: softprops/[email protected]
if: startsWith(github.ref, 'refs/tags/')
with:
files: installers/*/*
fail_on_unmatched_files: true
Expand Down

0 comments on commit 0fb137f

Please sign in to comment.