Skip to content

Commit 31d02d4

Browse files
committed
ci: ensure checkout on release action
1 parent 8236cf3 commit 31d02d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/npm_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ jobs:
147147
env:
148148
NPM_VERSION: ${{needs.build.outputs.npm_version}}
149149
steps:
150+
- uses: actions/checkout@v3
151+
with:
152+
fetch-depth: 0
150153
- uses: actions/setup-node@v3
151154
with:
152155
node-version: 18

0 commit comments

Comments
 (0)