Skip to content

Commit

Permalink
Don't need with-tags for release checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
flwyd committed Feb 3, 2024
1 parent ad71974 commit 2b37020
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- uses: actions/setup-go@v5
with:
go-version: '>=1.18'
Expand All @@ -58,8 +56,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
- uses: actions/setup-go@v5
with:
go-version: '>=1.18'
Expand Down

0 comments on commit 2b37020

Please sign in to comment.