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 342d462 commit 9bed0e1Copy full SHA for 9bed0e1
.github/workflows/release.yaml
@@ -50,6 +50,8 @@ jobs:
50
create-release:
51
runs-on: [ubuntu-20.04]
52
name: Create release
53
+ needs:
54
+ - ci
55
steps:
56
- uses: actions/checkout@v4
57
with:
0 commit comments