diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 552f12b..a790106 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,6 +21,6 @@ jobs: registry-url: "https://registry.npmjs.org" cache: "pnpm" - name: Publish - run: pnpm dlx semantic-release --branches master + run: pnpm --package=semantic-release-replace-plugin dlx semantic-release --branches master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}