Browse Source

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

pull/3025/head
Alessandro Ros 1 year ago committed by GitHub
parent
commit
942ecf43a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/bump_hls_js.yml

2
.github/workflows/bump_hls_js.yml

@ -32,7 +32,7 @@ jobs:
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 ${VERSION}"
&& git push --set-upstream origin deps/hlsjs --force && git push --set-upstream origin deps/hlsjs --force
- if: ${{ steps.check_repo.outputs.clean != '' }} - if: ${{ steps.check_repo.outputs.clean != '' }}

Loading…
Cancel
Save