diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10e1249..d9c4144 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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