Skip to content

Commit 3ca1a2d

Browse files
Bump softprops/action-gh-release from 1 to 3.0.0
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 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@de2c0eb...718ea10) --- 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 b26f15c commit 3ca1a2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/make-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ jobs:
411411
run: ls -la ${{ github.workspace }}/release-assets/
412412

413413
- name: Create GitHub Release
414-
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
414+
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
415415
with:
416416
tag_name: v${{ steps.version.outputs.version }}
417417
name: LiveKit C++ SDK v${{ steps.version.outputs.version }}

0 commit comments

Comments
 (0)