Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
chore: drops update-lockfile from release
Browse files Browse the repository at this point in the history
  • Loading branch information
kobyhallx committed Aug 2, 2023
1 parent b905f67 commit 127657d
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,36 +33,6 @@ jobs:
ref: master
inputs: '{ "acvm-ref": "${{ needs.release-please.outputs.tag-name }}" }'

update-lockfile:
name: Update lockfile
needs: [release-please]
if: ${{ needs.release-please.outputs.release-pr }}
runs-on: ubuntu-latest
steps:
- name: Checkout release branch
uses: actions/checkout@v3
with:
ref: ${{ fromJSON(needs.release-please.outputs.release-pr).headBranchName }}
token: ${{ secrets.ACVM_JS_RELEASES_TOKEN }}

- name: Setup toolchain
uses: dtolnay/rust-toolchain@1.66.0

- name: Update lockfile
run: |
cargo update --workspace
- name: Configure git
run: |
git config user.name tomafrench
git config user.email tomfrench@aztecprotocol.com
- name: Commit updates
run: |
git add Cargo.lock
git commit -m 'chore: Update lockfile'
git push
dispatch-acvm-js-wasm:
name: Dispatch to acvm-js-wasm
needs: [release-please]
Expand Down

0 comments on commit 127657d

Please sign in to comment.