Skip to content

Commit c97ebae

Browse files
Bump softprops/action-gh-release from 2.2.1 to 3.0.0
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.1 to 3.0.0. - [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.2.1...v3.0.0) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48f904a commit c97ebae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: echo "$CHANGELOG" >> $GITHUB_STEP_SUMMARY
4444
- name: Upload Release Notes (on release)
4545
if: github.event_name == 'release'
46-
uses: softprops/action-gh-release@v2.2.1
46+
uses: softprops/action-gh-release@v3.0.0
4747
with:
4848
body: ${{ steps.release-notes.outputs.changelog }}
4949
- name: Error on uncategorized PRs

0 commit comments

Comments
 (0)