Skip to content

Commit e15f3e9

Browse files
authored
Merge pull request #92 from rabbitmq/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
2 parents 75d0848 + ad07c55 commit e15f3e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
steps:
113113
- uses: actions/checkout@v4
114114
- name: Release
115-
uses: softprops/action-gh-release@v1
115+
uses: softprops/action-gh-release@v2
116116
if: startsWith(github.ref, 'refs/tags/v')
117117
with:
118118
generate_release_notes: true

0 commit comments

Comments
 (0)