Skip to content

Commit 0d01bd8

Browse files
Uncomment checkout action in Prerelease workflow
Signed-off-by: Shan Wenxiao <seanoj_noreply@yeah.net>
1 parent d4b577a commit 0d01bd8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
with:
2222
node-version: 16
2323
registry-url: https://registry.npmjs.org/
24-
# - uses: actions/checkout@v6
25-
# with:
26-
# fetch-depth: 0
24+
- uses: actions/checkout@v6
25+
with:
26+
fetch-depth: 0
2727
# - name: Publish to npm
2828
# run: npm publish --provenance
2929
# env:

0 commit comments

Comments
 (0)