Skip to content

Commit d769d09

Browse files
committed
Last atttempt to sync versions before I just accept it as a quirk of github actions
1 parent d62571e commit d769d09

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@ jobs:
4848
runs-on: ubuntu-latest
4949
needs: publish_cecli
5050
steps:
51-
- name: Checkout code
51+
- name: Clean workspace
52+
run: |
53+
# Clean any previous workspace state
54+
rm -rf ./*
55+
rm -rf .[!.]* || true
56+
57+
- name: Checkout code with explicit tag
5258
uses: actions/checkout@v4
5359
with:
5460
fetch-depth: 0

0 commit comments

Comments
 (0)