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 c0954e8 commit c09efebCopy full SHA for c09efeb
.github/workflows/publish.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
publish:
12
runs-on: ubuntu-latest
13
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ github.event.workflow_run.conclusion == 'success' }}
14
15
strategy:
16
matrix:
0 commit comments