Skip to content

Commit

Permalink
fix: update zksync-era deps to v16.0.0 (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaztec authored Oct 12, 2023
1 parent 3ff215f commit 3bad022
Show file tree
Hide file tree
Showing 8 changed files with 507 additions and 461 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,11 @@ jobs:
echo "CONTRIBUTORS<<EOF" >> $GITHUB_OUTPUT
echo "$(git log --pretty=format:"- %aN (%aE)" $(git describe --tags --abbrev=0 ${{ env.VERSION }}^)..${{ env.VERSION }} | sort | uniq)" >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
# TODO: switch to gh cli. See https://github.com/actions/runner-images/issues/8362
- name: Install hub
run: sudo apt-get update && sudo apt-get install -y hub

- name: Create release draft
env:
GITHUB_USER: ${{ github.repository_owner }}
Expand Down
Loading

0 comments on commit 3bad022

Please sign in to comment.