Skip to content

Commit

Permalink
test: include hub as part of the step
Browse files Browse the repository at this point in the history
  • Loading branch information
merlos committed Nov 29, 2023
1 parent dfbb135 commit 4866846
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish-helm-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Checkout
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -65,10 +67,9 @@ jobs:
# packages_with_index: true # upload to gh-pages
# env:
# CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Create a release package
run: |
apt install hub
run: |
DEST_DIR=.cr-release-packages
set -x
assets=()
Expand Down

0 comments on commit 4866846

Please sign in to comment.