Skip to content

Commit db7c48d

Browse files
chore(deps): bump softprops/action-gh-release from 1 to 2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [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@v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e0e489 commit db7c48d

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
@@ -157,7 +157,7 @@ jobs:
157157
echo "path=CHANGELOG.md" >> $GITHUB_OUTPUT
158158
159159
- name: Create Release
160-
uses: softprops/action-gh-release@v1
160+
uses: softprops/action-gh-release@v2
161161
with:
162162
body_path: ${{ steps.changelog.outputs.path }}
163163
files: |

0 commit comments

Comments
 (0)