Skip to content

Commit dce897a

Browse files
authored
Merge pull request #2134 from tweag/dependabot/github_actions/softprops/action-gh-release-2
Bump softprops/action-gh-release from 1 to 2
2 parents 542a79c + 87cce2a commit dce897a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
printf '\n-----\n\n' >> release_notes.txt
3131
awk -f .github/workflows/changelog.awk CHANGELOG.md >> release_notes.txt
3232
- name: Release
33-
uses: softprops/action-gh-release@v1
33+
uses: softprops/action-gh-release@v2
3434
with:
3535
draft: true
3636
body_path: release_notes.txt

0 commit comments

Comments
 (0)