From 942ecf43a42792c77afe3ea80d0e10ea1e844a61 Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Wed, 14 Feb 2024 12:00:36 +0100 Subject: [PATCH] fix double 'v' in automatic hls.js bump commits (#3020) --- .github/workflows/bump_hls_js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump_hls_js.yml b/.github/workflows/bump_hls_js.yml index 8fe935dd..583894cb 100644 --- a/.github/workflows/bump_hls_js.yml +++ b/.github/workflows/bump_hls_js.yml @@ -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 != '' }}