Skip to content

Commit 1343e05

Browse files
committed
[cd] Fix publish workflow
1 parent 41e78ba commit 1343e05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
workflow: CI (exhaustive)
1515
token: ${{ secrets.JAZZY_PAT }}
16-
wait-for-completion: true
16+
wait-for-completion: true
1717

1818
create-release:
1919
runs-on: ubuntu-latest
@@ -53,4 +53,4 @@ jobs:
5353
token: ${{ secrets.JAZZY_PAT }}
5454
inputs: "{\"version\": \'${{ github.event.inputs.version }}\"}"
5555
ref: master # or doesn’t use our new commit above
56-
wait-for-completion: true
56+
wait-for-completion: true

0 commit comments

Comments
 (0)