Skip to content

Commit 15f326e

Browse files
committed
fix: fetch tags before goreleaser
should fix release-please releases Signed-off-by: Tom Plant <[email protected]>
1 parent e929d16 commit 15f326e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ jobs:
8585
- uses: actions/[email protected]
8686
with:
8787
fetch-depth: 0
88+
- run: git fetch --force --tags
8889
- uses: docker/[email protected]
8990
with:
9091
registry: ghcr.io

0 commit comments

Comments
 (0)