diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad82326..f677dd9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,6 +63,8 @@ jobs: cache: npm - run: npm ci - run: npm run build + env: + GH_ATTACH_BUILD_VERSION: ${{ needs.next-version.outputs.version }} - run: npm run package env: GH_ATTACH_BUILD_VERSION: ${{ needs.next-version.outputs.version }}