Skip to content

Commit d754ad3

Browse files
committed
fix: release created condition in CI
Signed-off-by: Tom Plant <[email protected]>
1 parent 3780d02 commit d754ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
release:
8282
needs:
83-
- scan
83+
- release-please
8484
if: needs.release-please.outputs.releases_created || startsWith(github.ref, 'refs/tags/')
8585
runs-on: ubuntu-latest
8686
permissions:

0 commit comments

Comments
 (0)