File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,19 @@ jobs:
34
34
35
35
with :
36
36
repo : pulumi/pulumictl
37
+ tag : v0.0.32
37
38
- name : Set PreRelease Version
38
39
run : echo "GORELEASER_CURRENT_TAG=v$(pulumictl get version --language generic)" >> $GITHUB_ENV
39
40
- name : Run GoReleaser
40
41
uses : goreleaser/goreleaser-action@v2
41
42
with :
42
- args : -p 3 release --rm-dist
43
+ args : -p 2 release --rm-dist
43
44
version : latest
44
45
strategy :
45
46
fail-fast : true
46
47
matrix :
47
48
goversion :
48
- - 1.19 .x
49
+ - 1.18 .x
49
50
publish_sdk :
50
51
name : Publish SDKs
51
52
runs-on : ubuntu-latest
63
64
64
65
with :
65
66
repo : pulumi/pulumictl
67
+ tag : v0.0.32
66
68
- name : Install Pulumi CLI
67
69
70
+ with :
71
+ pulumi-version : 3.47.1
68
72
- name : Setup Node
69
73
uses : actions/setup-node@v1
70
74
with :
@@ -111,15 +115,15 @@ jobs:
111
115
fail-fast : true
112
116
matrix :
113
117
dotnetversion :
114
- - 3.1.301
118
+ - 6.0.408
115
119
goversion :
116
- - 1.19 .x
120
+ - 1.18 .x
117
121
language :
118
122
- nodejs
119
123
- python
120
124
- dotnet
121
125
- go
122
126
nodeversion :
123
- - 14 .x
127
+ - 18 .x
124
128
pythonversion :
125
129
- " 3.9"
You can’t perform that action at this time.
0 commit comments