Skip to content

Commit a28a4ad

Browse files
committed
Fix porch release gh actions
Signed-off-by: Fiachra Corcoran <fiachra.corcoran@est.tech>
1 parent d046475 commit a28a4ad

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/porchctl-dev-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
outputs:
2929
hashes: ${{ steps.hash.outputs.hashes }}
3030
steps:
31-
- name: Set up Go
32-
uses: actions/setup-go@v5
33-
with:
34-
go-version-file: go.mod
3531
- name: Checkout
3632
uses: actions/checkout@v4
3733
with:
3834
fetch-depth: 0
35+
- name: Set up Go
36+
uses: actions/setup-go@v5
37+
with:
38+
go-version-file: go.mod
3939
- name: Build
4040
run: make porchctl
4141
- name: Pack binary

.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
outputs:
2929
hashes: ${{ steps.hash.outputs.hashes }}
3030
steps:
31-
- name: Set up Go
32-
uses: actions/setup-go@v5
33-
with:
34-
go-version-file: go.mod
35-
3631
- name: Checkout
3732
uses: actions/checkout@v4
3833
with:
3934
fetch-depth: 0
35+
36+
- name: Set up Go
37+
uses: actions/setup-go@v5
38+
with:
39+
go-version-file: go.mod
4040

4141
- name: Download kpt CLI
4242
run: mkdir -p bin && wget -O bin/kpt https://github.com/kptdev/kpt/releases/download/v1.0.0-beta.55/kpt_linux_amd64 && chmod +x bin/kpt

0 commit comments

Comments
 (0)