Skip to content

Commit

Permalink
ci: fix chart release job (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Aug 26, 2024
1 parent d16b06f commit 89cfc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Package helm charts
run: |
packVersion=$(echo "${{ github.ref_name }}" | sed 's/^v//g')
helm package chart/keycloak-controller -d chart --version=$packVersion --app-version=${{ github.ref_name }}
helm package chart/swagger-hub-controller -d chart --version=$packVersion --app-version=${{ github.ref_name }}
- name: Publish helm charts to Github Container Registry
run: |
repository=$(echo "${{ github.repository_owner }}" | tr [:upper:] [:lower:])
Expand Down

0 comments on commit 89cfc89

Please sign in to comment.