Skip to content

Commit

Permalink
Merge pull request #195 from kndpio/bugfix/package-name
Browse files Browse the repository at this point in the history
fixed name of package name
  • Loading branch information
evghen1 authored Jul 22, 2024
2 parents e0d8bbc + 9aad1f8 commit 872bf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }};
run: ./crossplane xpkg build -f configuration -o configuration-environment.xpkg && ./crossplane xpkg push -f configuration-environment.xpkg ${REGISTRY}/configuration-environment:${{ env.VERSION }};

0 comments on commit 872bf8b

Please sign in to comment.