mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-28 05:51:59 -08:00
fix double 'v' in automatic hls.js bump commits (#3020)
This commit is contained in:
parent
992a8082b8
commit
942ecf43a4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/bump_hls_js.yml
vendored
2
.github/workflows/bump_hls_js.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
run: >
|
||||
git reset ${GITHUB_REF_NAME}
|
||||
&& git add .
|
||||
&& git commit -m "bump hls-js to v${VERSION}"
|
||||
&& git commit -m "bump hls.js to ${VERSION}"
|
||||
&& git push --set-upstream origin deps/hlsjs --force
|
||||
|
||||
- if: ${{ steps.check_repo.outputs.clean != '' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue