Skip to content

Commit

Permalink
chore(release.yml): Update release workflow
Browse files Browse the repository at this point in the history
- Remove deno.lock file before caching
- Use deno run to execute build script instead of deno task
- Update GitHub Actions script to generate release notes
  • Loading branch information
sidedwards committed Oct 27, 2024
1 parent 7df9562 commit ef1166a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
rm -f deno.lock
deno cache main.ts
deno task build
deno run --allow-read --allow-write --allow-run="git,vim,gh,deno" scripts/build.ts
- name: Generate Release Notes
uses: actions/github-script@v7
Expand Down

0 comments on commit ef1166a

Please sign in to comment.