From 6969f6d41febcda0c884d9ea19fb0875f788f425 Mon Sep 17 00:00:00 2001 From: kevaundray Date: Mon, 21 Aug 2023 21:56:31 +0100 Subject: [PATCH] fix: Remove automatic update to `AztecProtocol/dev-bb.js` (#1712) Related to #1711 # Checklist: Remove the checklist to signal you've completed it. Enable auto-merge if the PR is ready to merge. - [ ] If the pull request requires a cryptography review (e.g. cryptographic algorithm implementations) I have added the 'crypto' tag. - [ ] I have reviewed my diff in github, line by line and removed unexpected formatting changes, testing logs, or commented-out code. - [ ] Every change is related to the PR description. - [ ] I have [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) this pull request to relevant issues (if any exist). --- .../.github/workflows/release-please.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/circuits/cpp/barretenberg/.github/workflows/release-please.yml b/circuits/cpp/barretenberg/.github/workflows/release-please.yml index bdee1e1ccc1..d515310d4cb 100644 --- a/circuits/cpp/barretenberg/.github/workflows/release-please.yml +++ b/circuits/cpp/barretenberg/.github/workflows/release-please.yml @@ -73,24 +73,6 @@ jobs: cd ts yarn install && yarn && yarn build - - name: Checkout destination repository - uses: actions/checkout@v3 - with: - repository: AztecProtocol/dev-bb.js - path: ./dev-bb.js - token: ${{ secrets.AZTEC_BOT_GITHUB_TOKEN }} - - - name: Push to destination repository - run: | - cd ./dev-bb.js - cp -R ../ts/dest/* . - git config --global user.name AztecBot - git config --global user.email tech@aztecprotocol.com - git checkout -b dev || git checkout dev - git add . - git commit -m "Tracking changes" - git push origin dev - - name: Tar and GZip barretenberg.wasm run: tar -cvzf barretenberg.wasm.tar.gz cpp/build-wasm/bin/barretenberg.wasm