Skip to content

Commit

Permalink
Merge pull request #9 from pschmitt/dependabot/github_actions/softpro…
Browse files Browse the repository at this point in the history
…ps/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
pschmitt authored Mar 11, 2024
2 parents ca93de9 + b0526a1 commit 54a81c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
echo "$EOF" >> $GITHUB_OUTPUT
- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
body: ${{ steps.changelog.outputs.changelog }}

0 comments on commit 54a81c4

Please sign in to comment.