Skip to content

Commit

Permalink
attempt further release automation
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Mar 28, 2022
1 parent 3018754 commit 831a16b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
- uses: softprops/action-gh-release@v1
with:
body: "[Link to changelog](https://iminuit.readthedocs.io/en/stable/changelog.html)"
draft: True
draft: ${{ github.ref != 'refs/heads/master' }}
name: ${{ needs.release_check.outputs.tag }}
tag_name: ${{ needs.release_check.outputs.tag }}
target_commitish: ${{ github.ref_name }}

0 comments on commit 831a16b

Please sign in to comment.