Skip to content

Commit 36f01b0

Browse files
Bump softprops/action-gh-release in the actions group
Bumps the actions group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2.2.2 to 2.3.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@da05d55...72f2c25) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c90167e commit 36f01b0

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
@@ -67,7 +67,7 @@ jobs:
6767
6868
- name: Create Release
6969
if: steps.check_release.outputs.exists == 'false'
70-
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631
70+
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8
7171
with:
7272
tag_name: v${{ steps.get_version.outputs.version }}
7373
name: Release v${{ steps.get_version.outputs.version }}

0 commit comments

Comments
 (0)