Skip to content

Commit

Permalink
fix double 'v' in automatic hls.js bump commits (#3020)
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 authored Feb 14, 2024
1 parent 992a808 commit 942ecf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump_hls_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != '' }}
Expand Down

0 comments on commit 942ecf4

Please sign in to comment.