We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e293fb7 commit b19e8b0Copy full SHA for b19e8b0
.github/workflows/publish.yml
@@ -46,7 +46,7 @@ jobs:
46
contents: write
47
actions: write
48
pull-requests: write
49
- if: needs.state.outputs.start == 'false'
+ if: needs.state.outputs.start == 'true'
50
runs-on: ubuntu-latest
51
steps:
52
- uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7
0 commit comments