diff --git a/.gitea/workflows/build-and-publish.yaml b/.gitea/workflows/build-and-publish.yaml index 8401c0c..5ce74c3 100644 --- a/.gitea/workflows/build-and-publish.yaml +++ b/.gitea/workflows/build-and-publish.yaml @@ -55,7 +55,7 @@ jobs: # Packages the chart using the dynamically injected repo name helm package ops/chart --version $VERSION --app-version $VERSION -- name: Push Helm Chart to Gitea Registry + - name: Push Helm Chart to Gitea Registry run: | VERSION=${{ github.run_number }} CHART_FILE=${{ env.CHART_NAME }}-${VERSION}.tgz