diff --git a/.github/workflows/releases.yaml b/.github/workflows/releases.yaml index 3183b0c..c3688cc 100644 --- a/.github/workflows/releases.yaml +++ b/.github/workflows/releases.yaml @@ -54,4 +54,4 @@ jobs: run: curl -sL "https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh" | sh - name: Build and push crossplane packages - run: ./crossplane xpkg build -f configuration -o configuration-environment.xpkg && ./crossplane xpkg push -f configuration-environment.xpkg ${REGISTRY}/${{ github.repository }}/configuration-environment:${{ env.VERSION }}; \ No newline at end of file + run: ./crossplane xpkg build -f configuration -o configuration-environment.xpkg && ./crossplane xpkg push -f configuration-environment.xpkg ${REGISTRY}/configuration-environment:${{ env.VERSION }}; \ No newline at end of file