Skip to content

Commit

Permalink
Merge pull request #2961 from jorgemmsilva/chore/fix-release
Browse files Browse the repository at this point in the history
chore: (CI) actions/checkout set fetch-tags to false
  • Loading branch information
fijter authored Oct 17, 2023
2 parents b88dc91 + 45bc963 commit 4be0755
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
fetch-tags: "true"

- name: Tar temporary artifacts
run: tar --exclude='temp.tar' -cf temp.tar ./
Expand Down

0 comments on commit 4be0755

Please sign in to comment.