Skip to content

Commit

Permalink
ci: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Apr 20, 2024
1 parent e130ea0 commit 9b4667f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@ jobs:

publish:
runs-on: ubuntu-latest
needs:
- analyze
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- run: deno publish

0 comments on commit 9b4667f

Please sign in to comment.