Skip to content

Commit 7095cc0

Browse files
authored
Merge pull request #24 from skogler/dependabot/github_actions/softprops/action-gh-release-3
Bump softprops/action-gh-release from 2 to 3
2 parents c7ccb05 + 01a9779 commit 7095cc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
VERSION=${GITHUB_REF#refs/*/}
2929
sed -n "/^## \\[${VERSION:1}\\]/,/^## \\[/p" CHANGELOG.md | sed '1,1d; $d' > RELEASE.md
3030
- name: Publish release to GitHub
31-
uses: softprops/action-gh-release@v2
31+
uses: softprops/action-gh-release@v3
3232
with:
3333
draft: true
3434
body_path: RELEASE.md

0 commit comments

Comments
 (0)