Skip to content

Commit

Permalink
Set fetch-depth to 0 so tags really fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Jan 28, 2025
1 parent 0ecee0d commit 43e23a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -13,8 +13,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true

- name: "Starting up Valkey 🐳"

0 comments on commit 43e23a2

Please sign in to comment.