We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e78ba commit 1343e05Copy full SHA for 1343e05
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
workflow: CI (exhaustive)
15
token: ${{ secrets.JAZZY_PAT }}
16
- wait-for-completion: true
+ wait-for-completion: true
17
18
create-release:
19
runs-on: ubuntu-latest
@@ -53,4 +53,4 @@ jobs:
53
54
inputs: "{\"version\": \'${{ github.event.inputs.version }}\"}"
55
ref: master # or doesn’t use our new commit above
56
0 commit comments