Skip to content

Commit 3437935

Browse files
authored
change weaveworks to flux-iac org in the release pipeline
1 parent f79ec87 commit 3437935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
kustomize build ./config/rbac > ./config/release/${{ env.CONTROLLER }}.rbac.yaml
195195
kustomize build ./config/manager | yq e '.spec.template.spec.containers[0].env[1].value="ghcr.io/flux-iac/tf-runner:${{ steps.prep.outputs.VERSION }}"' - > ./config/release/${{ env.CONTROLLER }}.deployment.yaml
196196
kustomize build ./config/package > ./config/release/${{ env.CONTROLLER }}.packages.yaml
197-
echo '[CHANGELOG](https://github.com/weaveworks/${{ env.CONTROLLER }}/blob/main/CHANGELOG.md)' > ./config/release/notes.md
197+
echo '[CHANGELOG](https://github.com/flux-iac/${{ env.CONTROLLER }}/blob/main/CHANGELOG.md)' > ./config/release/notes.md
198198
- name: Setup Go
199199
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
200200
with:

0 commit comments

Comments
 (0)