Skip to content

Commit 53aba07

Browse files
chore(deps): bump softprops/action-gh-release from 2 to 3
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2...v3) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bfb954c commit 53aba07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
fi
9797
shell: "bash"
9898
- name: "Release"
99-
uses: "softprops/action-gh-release@v2"
99+
uses: "softprops/action-gh-release@v3"
100100
with:
101101
body_path: "README.md"
102102
draft: false
@@ -110,7 +110,7 @@ jobs:
110110
target_commitish: "${{ github.sha }}"
111111
token: "${{ secrets.GITHUB_TOKEN }}"
112112
- name: "Append changelog"
113-
uses: "softprops/action-gh-release@v2"
113+
uses: "softprops/action-gh-release@v3"
114114
with:
115115
append_body: true
116116
body: |

0 commit comments

Comments
 (0)