Skip to content

Commit

Permalink
Update create-release.yml (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
decyjphr committed May 15, 2024
1 parent c00eb5f commit b6afb1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:

helm:
runs-on: ubuntu-latest
needs: build
steps:
- name: Clone repo
uses: actions/checkout@v4
Expand All @@ -84,8 +85,8 @@ jobs:
run: |
cd helm
helm registry login -u ${{ github.actor }} -p ${{ secrets.GITHUB_TOKEN }} ghcr.io
helm package --app-version ${{ github.ref_name }} --version ${{ github.ref_name }} safe-settings
helm push safe-settings-${{ github.ref_name }}.tgz ${{ env.HELM_REPO }}
helm package --app-version ${{ needs.build.outputs.release }} --version ${{ needs.build.outputs.release }} safe-settings
helm push safe-settings-${{ needs.build.outputs.release }}.tgz ${{ env.HELM_REPO }}
#trigger-deployment:
# needs: build
Expand Down

0 comments on commit b6afb1a

Please sign in to comment.