There was an error while loading. Please reload this page.
2 parents 170e131 + 0b854ff commit 85d0b8dCopy full SHA for 85d0b8d
1 file changed
.github/workflows/release.yml
@@ -160,7 +160,8 @@ jobs:
160
if: steps.changes.outputs.skip != 'true'
161
run: |
162
VERSION=${{ steps.version.outputs.version }}
163
- helm package charts/drop --version ${VERSION#v} --app-version ${VERSION#v}
+ echo "${{ secrets.GITHUB_TOKEN }}" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin
164
+ helm package charts/drop --version "${VERSION#v}" --app-version "${VERSION#v}"
165
helm push drop-*.tgz oci://ghcr.io/${{ github.repository_owner }}/charts
166
167
- name: Create GitHub Release
0 commit comments