Skip to content

Commit

Permalink
Another attempt at fixing tag rel CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed May 3, 2023
1 parent e58cf37 commit b31234d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tagged-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "Package schema"
uses: docker://ghcr.io/riverbench/ci-worker:main
with:
args: sh -c 'ci-worker package-schema "${GITHUB_REF_NAME#v}" schema release doc_temp'
args: sh -c "ci-worker package-schema \"${GITHUB_REF_NAME#v}\" schema release doc_temp"

- name: "Generate docs with PyLODE"
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
- name: "Post-process the docs"
uses: docker://ghcr.io/riverbench/ci-worker:main
with:
args: sh -c 'ci-worker schema-doc-gen "${GITHUB_REF_NAME#v}" doc_temp doc_out'
args: sh -c "ci-worker schema-doc-gen \"${GITHUB_REF_NAME#v}\" doc_temp doc_out"

- name: Upload files for the release
uses: ncipollo/[email protected]
Expand Down

0 comments on commit b31234d

Please sign in to comment.