fix double 'v' in automatic hls.js bump commits (#3020)

This commit is contained in:
Alessandro Ros 2024-02-14 12:00:36 +01:00 committed by GitHub
parent 992a8082b8
commit 942ecf43a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 != '' }}