Skip to content

Commit

Permalink
[TASK] Switch to ncipollo/release-action for new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Nov 11, 2022
1 parent 23bb1e3 commit 5a4bdc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
# Create release
- name: Create release
id: create-release
uses: softprops/action-gh-release@v1
uses: ncipollo/release-action@v1
with:
generate_release_notes: true
generateReleaseNotes: true

# Job: Publish on TER
ter-publish:
Expand Down

0 comments on commit 5a4bdc9

Please sign in to comment.