From eefc60854959f585bf213b0d99a787407924a9cc Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Wed, 23 Aug 2023 18:39:51 +0200 Subject: [PATCH] fix workflow (#2237) --- .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 b0f449bf..0ee46283 100644 --- a/.github/workflows/bump-hls-js.yml +++ b/.github/workflows/bump-hls-js.yml @@ -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