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:
3434 uses : jaxxstorm/action-install-gh-release@v1.5.0
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
6364 uses : jaxxstorm/action-install-gh-release@v1.5.0
6465 with :
6566 repo : pulumi/pulumictl
67+ tag : v0.0.32
6668 - name : Install Pulumi CLI
6769 uses : pulumi/action-install-pulumi-cli@v2.0.0
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"
You can’t perform that action at this time.
0 commit comments