diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54ae6d5..8935eff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,7 @@ jobs: helm lint ./helm/ri-zgw - name: helm package run: | + VERSION=$(echo "$GITHUB_REF_NAME" | sed 's/v//') helm package ./helm/ri-zgw --version $VERSION - name: helm push if: ${{ github.event_name == 'push' }}