Skip to content

Commit 346d0a4

Browse files
fix: ci breaking as checkout position incorrect (#391)
1 parent 3efdf94 commit 346d0a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313
timeout-minutes: 10
1414
steps:
15+
- name: Checkout 🛎️
16+
uses: actions/checkout@v3
17+
with:
18+
fetch-depth: 0
19+
1520
- name: Check Branch and Tag
1621
run: |
1722
BRANCH=$(git branch -r --contains ${{ github.ref }})
@@ -32,11 +37,6 @@ jobs:
3237
exit 1
3338
fi
3439
35-
- name: Checkout 🛎️
36-
uses: actions/checkout@v3
37-
with:
38-
fetch-depth: 0
39-
4040
- name: Setup pnpm 9
4141
uses: pnpm/action-setup@v4
4242
with:

0 commit comments

Comments
 (0)