Browse Source

fix workflow (#2237)

pull/2238/head
Alessandro Ros 2 years ago committed by GitHub
parent
commit
eefc608549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/bump-hls-js.yml

2
.github/workflows/bump-hls-js.yml

@ -29,7 +29,7 @@ jobs: @@ -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

Loading…
Cancel
Save