Skip to content

Commit 82757c0

Browse files
authored
ci: fix publish job condition
1 parent 1289146 commit 82757c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
name: "Publish / Release"
100100
runs-on: ubuntu-latest
101101
if: github.event_name == 'push'
102-
needs: [test, commitlint]
102+
needs: [test]
103103
permissions:
104104
contents: write
105105
outputs:

0 commit comments

Comments
 (0)