Skip to content

Commit a23715b

Browse files
committed
Fix pre release check
1 parent dc0dd15 commit a23715b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
- name: Release
4040
uses: softprops/action-gh-release@v1
4141
with:
42-
body_path: ${{ github.workspace }}/docs/release-notes/v1.1.rst
43-
prerelease: contains(github.ref_name, "rc")
42+
body: |
43+
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)
44+
45+
prerelease: contains(github.ref_name, 'rc')
4446

0 commit comments

Comments
 (0)