diff --git a/.github/workflows/publish-aztec-packages.yml b/.github/workflows/publish-aztec-packages.yml index 098d6fdd4d0..44334bbe943 100644 --- a/.github/workflows/publish-aztec-packages.yml +++ b/.github/workflows/publish-aztec-packages.yml @@ -227,7 +227,10 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ env.GIT_COMMIT }} - + - uses: ./.github/ci-setup-action + with: + concurrency_key: publish-npm-${{ github.actor }} + dockerhub_password: "${{ env.DOCKERHUB_PASSWORD }}" - name: Publish yarn-project NPM packages run: | VERSION=${${{ env.DEPLOY_TAG }}#aztec-packages-v}