Skip to content

Commit cd14366

Browse files
build: 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 bfb8009 commit cd14366

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
@@ -164,7 +164,7 @@ jobs:
164164
run: ${{matrix.CMD_BUILD}}
165165

166166
- name: Release
167-
uses: softprops/action-gh-release@v1
167+
uses: softprops/action-gh-release@v2
168168
with:
169169
tag_name: ${{ format('v{0}', needs.release.outputs.version) }}
170170
files: |

0 commit comments

Comments
 (0)