Skip to content

Commit

Permalink
Fixed release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
peteeckel committed Jan 28, 2024
1 parent 0206318 commit 5d9d68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Release Notes
run: git log $(git describe HEAD~ --tags --abbrev=0)..HEAD --pretty='format:* %h %s%n * %an <%ae>' --no-merges >> ".github/RELEASE-TEMPLATE.md"
- name: Create Release Draft
uses: softprops/action-gh-release@main
uses: softprops/action-gh-release@master
with:
body_path: ".github/RELEASE-TEMPLATE.md"
draft: true
Expand Down

0 comments on commit 5d9d68c

Please sign in to comment.