Skip to content

Commit cd42ff1

Browse files
authored
Merge pull request #15 from ineka-dev/fix/actions
Fix invalid workflow in release
2 parents ef37a22 + 76b5446 commit cd42ff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
name: Release
3737
runs-on: ubuntu-latest
3838
needs: [build]
39-
with:
40-
fetch-depth: 0
4139
steps:
4240
- uses: actions/checkout@v4
41+
with:
42+
fetch-depth: 0
4343

4444
- name: Install pnpm
4545
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)