Skip to content

Commit

Permalink
ci: Only push draft releases for tagged versions
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Oct 28, 2022
1 parent e5e1aab commit e816b4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ jobs:
./scripts/gha-docker-build "dist" "cclyzerpp-dist"
- uses: ncipollo/release-action@v1
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
with:
artifacts: "build/*.deb"
body: "See [doc/changelog.rst](https://github.com/GaloisInc/cclyzerpp/blob/main/doc/changelog.rst)."
Expand Down

0 comments on commit e816b4c

Please sign in to comment.