Skip to content

Commit

Permalink
fix: Check out deeper commit history in CI deploy to support set-release
Browse files Browse the repository at this point in the history
  • Loading branch information
joolean committed Mar 13, 2024
1 parent c795ba2 commit 6fecb0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
NODE_ENV: production
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 500 # Needed for env:set-release
fetch-tags: true
- uses: actions/setup-node@v3
with:
node-version: 10
Expand Down

0 comments on commit 6fecb0b

Please sign in to comment.