Skip to content

Commit

Permalink
Merge pull request #4 from che-incubator/mkuznyetsov-patch-1
Browse files Browse the repository at this point in the history
Fix missing hub command in release.yml
  • Loading branch information
mkuznyetsov authored Oct 10, 2024
2 parents 09621cf + 70959dc commit 9793d4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
else
echo "[INFO] No existing tags detected for $VERSION"
fi
- name: Set up environment
run: |
sudo apt-get update -y || true
sudo apt-get -y -q install hub
hub --version
-
name: "Tag release"
run: |
Expand Down

0 comments on commit 9793d4c

Please sign in to comment.