Skip to content

Commit

Permalink
fix: sequence update-lockfile workflow so it gets modified after the …
Browse files Browse the repository at this point in the history
…ACVM version in the root has been changed (#3676)

# Description

This just ensures that the lockfile is updated after the ACVM versions
in the root file have been modified

## Problem\*

Resolves <!-- Link to GitHub Issue -->

## Summary\*



## Additional Context



## Documentation\*

Check one:
- [ ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [ ] I have tested the changes locally.
- [ ] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
kevaundray committed Dec 2, 2023
1 parent 1281b74 commit c00cd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
update-lockfile:
name: Update lockfile
needs: [release-please]
needs: [release-please,update-acvm-workspace-package-versions]
if: ${{ needs.release-please.outputs.release-pr }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c00cd85

Please sign in to comment.