mirror of
https://github.com/bluenviron/mediamtx
synced 2025-01-31 11:41:59 +00:00
fix workflow (#2237)
This commit is contained in:
parent
1e15d4995c
commit
eefc608549
2
.github/workflows/bump-hls-js.yml
vendored
2
.github/workflows/bump-hls-js.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
|
|
||||||
- if: ${{ steps.check_repo.outputs.clean != '' }}
|
- if: ${{ steps.check_repo.outputs.clean != '' }}
|
||||||
run: >
|
run: >
|
||||||
&& git reset ${GITHUB_REF_NAME}
|
git reset ${GITHUB_REF_NAME}
|
||||||
&& git add .
|
&& git add .
|
||||||
&& git commit -m "bump hls-js to v${VERSION}"
|
&& git commit -m "bump hls-js to v${VERSION}"
|
||||||
&& git push --set-upstream origin deps/hlsjs --force
|
&& git push --set-upstream origin deps/hlsjs --force
|
||||||
|
Loading…
Reference in New Issue
Block a user