diff --git a/.github/workflows/release-package.yaml b/.github/workflows/release-package.yaml index a25e6bde..ee3361b7 100644 --- a/.github/workflows/release-package.yaml +++ b/.github/workflows/release-package.yaml @@ -53,7 +53,10 @@ jobs: run: npm ci - name: Bump version - run: npx nx release version --projects=${{ github.event.inputs.package }} + run: | + npx nx release version \ + --projects=${{ github.event.inputs.package }} \ + --git-tag=true - name: Get previous tag id: prev_tag