Skip to content

Commit

Permalink
release: Deal with github actions bug
Browse files Browse the repository at this point in the history
As per:

 actions/checkout#290

Our releases weren't getting the correct tag embedded into the binary

Signed-off-by: Andy Doan <andy@foundries.io>
  • Loading branch information
github-actions authored and detsch committed Sep 21, 2023
1 parent 7916bc5 commit 046c875
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Hack around https://github.com/actions/checkout/issues/290
run: |
git fetch --tags --force
- name: Build binaries
run: |
make
Expand Down

0 comments on commit 046c875

Please sign in to comment.