Skip to content

Commit de0095f

Browse files
Bump softprops/action-gh-release from 2.0.8 to 2.3.2
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.8 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@v2.0.8...v2.3.2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc0511f commit de0095f

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
@@ -116,7 +116,7 @@ jobs:
116116
run: make push
117117

118118
- name: Create GitHub Release
119-
uses: softprops/action-gh-release@v2.0.8
119+
uses: softprops/action-gh-release@v2.3.2
120120
with:
121121
tag_name: ${{ steps.version.outputs.version }}
122122
name: Release ${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)