diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d8aa8c22..9d144a23 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -139,5 +139,9 @@ jobs: name: github-release steps: - uses: actions/checkout@v4 - - name: create release + - name: Create GitHub release from tag uses: ncipollo/release-action@v1 + with: + allowUpdates: true + body: "To view the changes, please see the [Changelog](https://icalendar.readthedocs.io/en/latest/changelog.html). This release can be installed from [PyPI](https://pypi.org/project/icalendar/#history)." + generateReleaseNotes: false