Skip to content

Commit 1fdc942

Browse files
Bump softprops/action-gh-release from 2.2.1 to 2.2.2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.2.1 to 2.2.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@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e756b3c commit 1fdc942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
version: ${{ steps.tag_name.outputs.current_version }}
3939

4040
- name: Update release with changelog contents
41-
uses: softprops/[email protected].1
41+
uses: softprops/[email protected].2
4242
id: release_updater
4343
with:
4444
body: ${{ steps.changelog_reader.outputs.changes }}

0 commit comments

Comments
 (0)