Skip to content

Commit

Permalink
Fix pre release check
Browse files Browse the repository at this point in the history
  • Loading branch information
adonath committed Oct 11, 2022
1 parent dc0dd15 commit a23715b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
body_path: ${{ github.workspace }}/docs/release-notes/v1.1.rst
prerelease: contains(github.ref_name, "rc")
body: |
A Python package for gamma-ray astronomy. See [changelog for this release](https://github.com/adonath/gp-lts-workflow/blob/main/docs/release-notes/v1.1.rst)
prerelease: contains(github.ref_name, 'rc')

0 comments on commit a23715b

Please sign in to comment.