Skip to content

Commit

Permalink
CI: fix tagged releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed May 3, 2023
1 parent 614ec78 commit e58cf37
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: 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: 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 e58cf37

Please sign in to comment.