Skip to content

Commit d247616

Browse files
- Fixed yml again
1 parent 8a34f9d commit d247616

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v6
1919
with:
20-
fetch-depth: 0 # Ensures it gets the tags and history correctly - name: Use Node.js 24.x
21-
- uses: actions/setup-node@v6
20+
fetch-depth: 0 # Ensures it gets the tags and history correctly
21+
- name: Use Node.js 24.x
22+
uses: actions/setup-node@v6
2223
with:
2324
node-version: 24.x
2425
cache: 'npm'

0 commit comments

Comments
 (0)