Skip to content

Commit 4d13394

Browse files
committed
fix: release depends on build
1 parent 5b7bc3a commit 4d13394

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ env:
1616

1717
jobs:
1818
build:
19+
name: Build
1920
uses: ./.github/workflows/build.yml
21+
2022
release:
2123
name: Release
2224
runs-on: ubuntu-latest
25+
needs: build
2326
permissions:
2427
contents: write # to be able to publish a GitHub release
2528
issues: write # to be able to comment on released issues

0 commit comments

Comments
 (0)