diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8aa9ad61..26ce044d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: run: git config --global user.name "GitHub CD bot" && git config --global user.email "github-cd-bot@users.noreply.github.com" # Publish package to NPM - name: Publish package to NPM - run: npx nx release version ${{ github.event.release.tag_name }} + run: npx nx release --first-release ${{ github.event.release.tag_name }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_CONFIG_PROVENANCE: true