diff --git a/.github/workflows/npm-publish-reusable.yml b/.github/workflows/npm-publish-reusable.yml index c211e93e..eee4ad1b 100644 --- a/.github/workflows/npm-publish-reusable.yml +++ b/.github/workflows/npm-publish-reusable.yml @@ -15,7 +15,7 @@ jobs: publish: name: Publish ${{ inputs.name }} runs-on: ubuntu-latest - concurrency: ci-${{ github.ref }}-${{ inputs.name }} + concurrency: ci-${{ github.ref }} steps: - uses: actions/checkout@v4 - name: Setup pnpm