Skip to content

Commit

Permalink
Bump softprops/action-gh-release from 1 to 2 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent d5368cf commit ed8f0a6
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 @@ -66,7 +66,7 @@ jobs:
mv ./protoc-gen-connect-kotlin/build/libs/protoc-gen-connect-kotlin-${release_version}.jar .
sha256sum protoc-gen-connect-kotlin-${release_version}.jar >> sha256.txt
- name: Publish GitHub artifacts
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
append_body: true
Expand Down

0 comments on commit ed8f0a6

Please sign in to comment.