Skip to content

Commit

Permalink
fix: setup publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
spypsy committed Oct 3, 2024
1 parent a21ab89 commit 8706008
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-aztec-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8706008

Please sign in to comment.