Skip to content

Commit

Permalink
Merge pull request #540 from interlay/dependabot/github_actions/softp…
Browse files Browse the repository at this point in the history
…rops/action-gh-release-2

chore(deps): bump softprops/action-gh-release from 1 to 2
  • Loading branch information
gregdhill authored Mar 13, 2024
2 parents be2e70c + f206259 commit c89e982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ jobs:
git-chglog --output CHANGELOG.md $GITHUB_REF_NAME
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body_path: CHANGELOG.md
draft: true
Expand Down

0 comments on commit c89e982

Please sign in to comment.