Skip to content

Commit

Permalink
fix(ci/release): there will only ever be a single chart packaged (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored Feb 12, 2024
1 parent 5c04406 commit 7b214dd
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}"
abort:
runs-on: ubuntu-latest
needs: release_please
Expand Down

0 comments on commit 7b214dd

Please sign in to comment.