Skip to content

Commit 2a951d8

Browse files
authored
fix: fix the release workflow (#24)
1 parent e293fb7 commit 2a951d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
contents: write
4747
actions: write
4848
pull-requests: write
49-
if: needs.state.outputs.start == 'false'
49+
if: needs.state.outputs.start == 'true'
5050
runs-on: ubuntu-latest
5151
steps:
5252
- uses: actions/create-github-app-token@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7

0 commit comments

Comments
 (0)