Skip to content

Commit

Permalink
Fix github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wrnrlr committed Oct 10, 2024
1 parent 5ed98d2 commit a5d6269
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ jobs:
contents: read
id-token: write # The OIDC ID token is used for authentication with JSR.
steps:
- uses: actions/checkout@v4
- run: deno task release
- name: Check out the repository to the runner
uses: actions/checkout@v4
- name: Install Deno
run: curl -fsSL https://deno.land/install.sh | sh
- name: Run release script
run: deno task release

0 comments on commit a5d6269

Please sign in to comment.