Skip to content

Commit e0792d5

Browse files
committed
update release.yaml
1 parent af3302d commit e0792d5

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,19 @@ jobs:
3434
uses: jaxxstorm/[email protected]
3535
with:
3636
repo: pulumi/pulumictl
37+
tag: v0.0.32
3738
- name: Set PreRelease Version
3839
run: echo "GORELEASER_CURRENT_TAG=v$(pulumictl get version --language generic)" >> $GITHUB_ENV
3940
- name: Run GoReleaser
4041
uses: goreleaser/goreleaser-action@v2
4142
with:
42-
args: -p 3 release --rm-dist
43+
args: -p 2 release --rm-dist
4344
version: latest
4445
strategy:
4546
fail-fast: true
4647
matrix:
4748
goversion:
48-
- 1.19.x
49+
- 1.18.x
4950
publish_sdk:
5051
name: Publish SDKs
5152
runs-on: ubuntu-latest
@@ -63,8 +64,11 @@ jobs:
6364
uses: jaxxstorm/[email protected]
6465
with:
6566
repo: pulumi/pulumictl
67+
tag: v0.0.32
6668
- name: Install Pulumi CLI
6769
uses: pulumi/[email protected]
70+
with:
71+
pulumi-version: 3.47.1
6872
- name: Setup Node
6973
uses: actions/setup-node@v1
7074
with:
@@ -111,15 +115,15 @@ jobs:
111115
fail-fast: true
112116
matrix:
113117
dotnetversion:
114-
- 3.1.301
118+
- 6.0.408
115119
goversion:
116-
- 1.19.x
120+
- 1.18.x
117121
language:
118122
- nodejs
119123
- python
120124
- dotnet
121125
- go
122126
nodeversion:
123-
- 14.x
127+
- 18.x
124128
pythonversion:
125129
- "3.9"

0 commit comments

Comments
 (0)