Skip to content

Commit

Permalink
fix: build and release gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
thediveo committed Jun 21, 2023
1 parent 3d04f55 commit 45e673a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildandrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # pin@v3
- name: Get all git tags
run: |
git fetch --prune --unshallow --tags
git fetch --prune --unshallow --tags --force
- name: Set up Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # pin@v4
- name: Run GoReleaser
Expand Down

0 comments on commit 45e673a

Please sign in to comment.