Skip to content

Commit 6fecb0b

Browse files
committed
fix: Check out deeper commit history in CI deploy to support set-release
1 parent c795ba2 commit 6fecb0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ jobs:
4242
NODE_ENV: production
4343
steps:
4444
- uses: actions/checkout@v3
45+
with:
46+
fetch-depth: 500 # Needed for env:set-release
47+
fetch-tags: true
4548
- uses: actions/setup-node@v3
4649
with:
4750
node-version: 10

0 commit comments

Comments
 (0)