Skip to content

Commit

Permalink
Set fetch depth to work around actions/checkout #1471
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboyd committed Nov 26, 2024
1 parent c2b96ac commit b6360d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
fetch-tags: true
- uses: denoland/setup-deno@v2
with:

0 comments on commit b6360d9

Please sign in to comment.