fix workflow (#2237)

This commit is contained in:
Alessandro Ros
2023-08-23 18:39:51 +02:00
committed by GitHub
parent 1e15d4995c
commit eefc608549
+1 -1
View File
@@ -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