We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfa9a3 commit d531d5aCopy full SHA for d531d5a
2 files changed
.github/workflows/ci.yml
@@ -5,6 +5,7 @@ on:
5
branches: [main]
6
pull_request:
7
8
+ workflow_call:
9
10
jobs:
11
lint:
.github/workflows/release.yml
@@ -17,8 +17,13 @@ permissions:
17
contents: read
18
19
20
+ ci:
21
+ name: CI
22
+ uses: ./.github/workflows/ci.yml
23
+
24
release:
25
name: Semantic Release
26
+ needs: [ci]
27
runs-on: ubuntu-latest
28
concurrency:
29
group: release
0 commit comments