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 5888ccb commit 84e6aa0Copy full SHA for 84e6aa0
.github/workflows/release.yaml
@@ -12,7 +12,7 @@ permissions:
12
13
jobs:
14
release:
15
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ # if: ${{ github.event.workflow_run.conclusion == 'success' }}
16
runs-on: ubuntu-latest
17
permissions:
18
contents: write
0 commit comments