Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9b4667f

Browse files
committedApr 20, 2024·
ci: fix workflow
1 parent e130ea0 commit 9b4667f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ jobs:
3232

3333
publish:
3434
runs-on: ubuntu-latest
35+
needs:
36+
- analyze
3537
permissions:
3638
contents: read
3739
packages: write
3840
steps:
3941
- uses: actions/checkout@v4
42+
- uses: denoland/setup-deno@v1
4043
- run: deno publish

0 commit comments

Comments
 (0)
Please sign in to comment.