Skip to content

Commit

Permalink
one mroe optimization [goreleaser]
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Jul 28, 2024
1 parent a7bbc30 commit 666097b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/goreleaser-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,12 @@ jobs:

-
name: Fetch all tags
if: steps.branch-name.outputs.is_default == 'true'
run: git fetch --force --tags

# get the tag we just created
- name: Git Fetch Unshallow
if: steps.branch-name.outputs.is_default == 'true'
run: git fetch

- name: Import GPG key
Expand Down

0 comments on commit 666097b

Please sign in to comment.