Skip to content

Commit ad185cf

Browse files
publish_binary doesnt need to be a matrix
1 parent f11bcdf commit ad185cf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install Go
4747
uses: actions/setup-go@v5
4848
with:
49-
go-version: ${{matrix.goversion}}
49+
go-version: 1.22.x
5050
- name: Install pulumictl
5151
uses: jaxxstorm/[email protected]
5252
with:
@@ -57,11 +57,6 @@ jobs:
5757
distribution: goreleaser # either 'goreleaser' (default) or 'goreleaser-pro'
5858
args: -p 3 release
5959
version: v2
60-
strategy:
61-
fail-fast: true
62-
matrix:
63-
goversion:
64-
- 1.22.x
6560
publish_sdk:
6661
name: Publish SDKs
6762
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)