Skip to content

Commit

Permalink
ci(release): get all commits, not just the last one
Browse files Browse the repository at this point in the history
  • Loading branch information
oplik0 authored Aug 15, 2022
1 parent c65105f commit a1900cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0 # get all commits, not just the last one
- name: Cache Rust artifacts
uses: actions/cache@v3
with:
Expand Down

0 comments on commit a1900cb

Please sign in to comment.