mirror of
https://github.com/bluenviron/mediamtx
synced 2025-01-19 05:21:09 +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 != '' }}
|
||||
run: >
|
||||
&& git reset ${GITHUB_REF_NAME}
|
||||
git reset ${GITHUB_REF_NAME}
|
||||
&& git add .
|
||||
&& git commit -m "bump hls-js to v${VERSION}"
|
||||
&& git push --set-upstream origin deps/hlsjs --force
|
||||
|
Loading…
Reference in New Issue
Block a user