Skip to content

Commit

Permalink
Fix release CI workflow (third time's the charm)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Mar 4, 2024
1 parent d9a9334 commit 07bff45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/theoplayer-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create pull request
if: ${{ !steps.check_pr_exists.outputs.exists }}
shell: bash
run: |
theoplayer_version = $(<theoplayer/version.txt)
theoplayer_version=$(<theoplayer/version.txt)
gh pr create \
--base main \
--head $GITHUB_REF \
Expand Down

0 comments on commit 07bff45

Please sign in to comment.