Skip to content

Commit fe9c153

Browse files
committed
Fetch a full depth in the finalize workflow too
1 parent 2479fd9 commit fe9c153

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

+4
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,10 @@ jobs:
156156
runs-on: ubuntu-latest
157157
steps:
158158
- uses: actions/checkout@v4
159+
with:
160+
fetch-depth: 0
161+
- run: git fetch --tags --force
162+
name: Force-fetch tags to work around actions/checkout#290
159163

160164
# Download all artifacts from all platforms in `build`, merge them into
161165
# final wasi-sdk-* artifacts, and then upload them.

0 commit comments

Comments
 (0)