Skip to content

Commit c46e341

Browse files
build(deps): bump softprops/action-gh-release from 2.0.5 to 2.0.6 (#55)
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.5 to 2.0.6. - [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@69320db...a74c6b7) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d147f0d commit c46e341

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
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
echo "TAG=${GITHUB_REF:10}" >> "$GITHUB_ENV"
3030
- name: Create release
31-
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87
31+
uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0
3232
with:
3333
name: ytdl-mpv ${{ env.TAG }}
3434
body: ${{ steps.cliff.outputs.content }}

0 commit comments

Comments
 (0)