Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cd] Fix publish workflow
Browse files Browse the repository at this point in the history
mxcl committed May 24, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 41e78ba commit 1343e05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ jobs:
with:
workflow: CI (exhaustive)
token: ${{ secrets.JAZZY_PAT }}
wait-for-completion: true
wait-for-completion: true

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

0 comments on commit 1343e05

Please sign in to comment.