Skip to content

Commit

Permalink
Merge pull request #1575 from stretchr/dependabot/github_actions/soft…
Browse files Browse the repository at this point in the history
…props/action-gh-release-2

CI: bump softprops/action-gh-release from 1 to 2
  • Loading branch information
dolmen committed Apr 23, 2024
2 parents a61e9e5 + e33bd6f commit f32ff5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,6 +16,6 @@ jobs:
uses: actions/checkout@v4

- name: Create GitHub release from tag
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true

0 comments on commit f32ff5b

Please sign in to comment.