Skip to content

Commit

Permalink
fix: handle workflow (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Feb 21, 2023
1 parent 2a609a7 commit d59485f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Setup Deno
uses: denoland/setup-deno@v1
Expand Down

0 comments on commit d59485f

Please sign in to comment.