diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 4e01873dc..8b5897170 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -24,11 +24,6 @@ jobs: export APP_VERSION=${{ steps.vars.outputs.tag }} export HELM_VERSION=${{ steps.vars.outputs.tag }} export HELM_REPO=ghcr.io/${{ github.repository_owner }} - if [[ ! "$line" =~ ^v ]] - then - unset APP_VERSION - unset HELM_VERSION - fi helm dependency update files/helm/fastgpt helm package files/helm/fastgpt --version ${HELM_VERSION}-helm --app-version ${APP_VERSION} -d bin helm push bin/fastgpt-${HELM_VERSION}-helm.tgz oci://${HELM_REPO} diff --git a/bin/fastgpt-v1.0.0-helm.tgz b/bin/fastgpt-v1.0.0-helm.tgz new file mode 100644 index 000000000..c0d465adc Binary files /dev/null and b/bin/fastgpt-v1.0.0-helm.tgz differ