Skip to content

Commit

Permalink
Merge pull request #2765 from informalsystems/add-hub-to-release-pipe…
Browse files Browse the repository at this point in the history
…line

Add the `hub` dependency to release CI
  • Loading branch information
Shon Feder authored Oct 23, 2023
2 parents 92b96f5 + 5159060 commit 34ddf5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
git config --global user.email "[email protected]"
- name: Prepare release
run: |
sudo apt-get update && sudo apt-get install -y hub
./script/release-prepare.sh
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.APALACHE_BOT_TOKEN }}
HEAD_REF: ${{ github.head_ref }}
run: |
sudo apt-get update && sudo apt-get install -y hub
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
git checkout HEAD~1
Expand Down

0 comments on commit 34ddf5c

Please sign in to comment.