We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4065652 commit 66afd5bCopy full SHA for 66afd5b
.github/workflows/release.yaml
@@ -118,6 +118,10 @@ jobs:
118
kustomize build ./config/manager | yq e '.spec.template.spec.containers[0].env[1].value="ghcr.io/weaveworks/tf-runner:${{ steps.prep.outputs.VERSION }}"' - > ./config/release/${{ env.CONTROLLER }}.deployment.yaml
119
kustomize build ./config/package > ./config/release/${{ env.CONTROLLER }}.packages.yaml
120
echo '[CHANGELOG](https://github.com/weaveworks/${{ env.CONTROLLER }}/blob/main/CHANGELOG.md)' > ./config/release/notes.md
121
+ - name: Setup Go
122
+ uses: actions/setup-go@v2
123
+ with:
124
+ go-version: 1.19.X
125
- name: Create release
126
if: startsWith(github.ref, 'refs/tags/v')
127
uses: goreleaser/goreleaser-action@v3
0 commit comments