Skip to content

Commit 6270d49

Browse files
authored
Update release.yml
1 parent 04b1c19 commit 6270d49

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939

4040
build:
4141
name: Build Dokka
42-
needs: [ check, resolve-version ]
42+
needs:
43+
# - check
44+
- resolve-version
4345
runs-on: ubuntu-latest
4446
env:
4547
VERSION: ${{ needs.resolve-version.outputs.version }}
@@ -76,7 +78,9 @@ jobs:
7678
release-Artefacts:
7779
name: Release to ${{ matrix.repository.name }} on ${{ matrix.os.runner }}
7880
runs-on: ${{ matrix.os.runner }}
79-
needs: [ check, resolve-version ]
81+
needs:
82+
# - check
83+
- resolve-version
8084
defaults:
8185
run:
8286
shell: ${{ matrix.os.shell }}

0 commit comments

Comments
 (0)