Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
Signed-off-by: jasmingacic <jasmin.gacic@gmail.com>
  • Loading branch information
jasmingacic committed Oct 19, 2022
1 parent 1c499fd commit 2256364
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,6 @@ jobs:
TELEMETRY_TOKEN=${{ secrets.TELEMETRY_TOKEN }}
VERSION=${{ env.VERSION }}
# Possibly not needed. Please remove, if it turns out go has already been setup.
- name: setup-golang
uses: actions/setup-go@v2
with:
go-version: 1.19

- name: prepare-cli-manifests # this step will ensure that kusk kustomize manifests are build with the latest image tag github.sha
working-directory: cmd/kusk
run: |
go version
VERSION=${{ env.VERSION }} make manifests
- name: Run GoReleaser to publish release notes
uses: goreleaser/goreleaser-action@v2
with:
Expand Down

0 comments on commit 2256364

Please sign in to comment.