We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d147f0d commit c46e341Copy full SHA for c46e341
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
run: |
29
echo "TAG=${GITHUB_REF:10}" >> "$GITHUB_ENV"
30
- name: Create release
31
- uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87
+ uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0
32
with:
33
name: ytdl-mpv ${{ env.TAG }}
34
body: ${{ steps.cliff.outputs.content }}
0 commit comments