Skip to content

Commit

Permalink
install the hub package to publish the release
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Oct 27, 2023
1 parent a33db12 commit e911999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ jobs:
- name: Create release
run: |
sudo apt-get update && sudo apt-get install -y hub
tag_name=${GITHUB_REF#refs/tags/}
for f in sccache-*.tar.gz* sccache-*.zip*; do
if [[ -f "$f" ]]; then
Expand Down

0 comments on commit e911999

Please sign in to comment.