Skip to content

Commit

Permalink
fixup! ci: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
florianvazelle committed Oct 20, 2023
1 parent a91e4f1 commit 9cc0d73
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ jobs:

- uses: MechanicalFlower/magic_combo@main
with:
command: ["script.bump-version", "--cfg-file", "export_presets.cfg"]
command:
- script.bump-version
- --cfg-file
- export_presets.cfg

- name: Ensure version is equal to tag
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 9cc0d73

Please sign in to comment.