Skip to content

Commit

Permalink
Merge pull request #241 from sladkoff/renovate/softprops-action-gh-re…
Browse files Browse the repository at this point in the history
…lease-2.x

chore(deps): update softprops/action-gh-release action to v2
  • Loading branch information
sladkoff authored Jun 22, 2024
2 parents c5490a0 + d47f8d3 commit c088ce2
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 @@ -32,7 +32,7 @@ jobs:
run: |
sed -n "/^## \[$RELEASE_VERSION]/,/^## /p" CHANGELOG.md | sed '1d;$d' > changelog_body.md
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: changelog_body.md
draft: true
Expand Down

0 comments on commit c088ce2

Please sign in to comment.