Skip to content

Commit

Permalink
fix(ci/release): there will only ever be a single chart packaged
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Feb 7, 2024
1 parent 4653cb4 commit ac344a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- run: helm package --dependency-update "${CHART}"
- run: helm registry login ghcr.io --username teutonet-bot --password ${{ secrets.ACTIONS_BOT_TOKEN }}
- run: helm push "${CHART}"-* "oci://ghcr.io/${GITHUB_REPOSITORY}"
- run: helm push *.tgz "oci://ghcr.io/${GITHUB_REPOSITORY}"

Check failure on line 39 in .github/workflows/release-chart.yaml

View workflow job for this annotation

GitHub Actions / lint github workflows

shellcheck reported issue in this script: SC2035:info:1:11: Use ./*glob* or -- *glob* so names with dashes won't become options
abort:
runs-on: ubuntu-latest
needs: release_please
Expand Down

0 comments on commit ac344a0

Please sign in to comment.