File tree Expand file tree Collapse file tree 2 files changed +6
-43
lines changed
Expand file tree Collapse file tree 2 files changed +6
-43
lines changed Original file line number Diff line number Diff line change 2222 steps :
2323 - name : Checkout
2424 uses : actions/checkout@v4
25+
2526 - name : Unshallow clone for tags
2627 run : git fetch --prune --unshallow --tags
2728
@@ -37,50 +38,12 @@ jobs:
3738
3839 - name : Install pulumi
3940 uses : pulumi/actions@v4
40-
41- - name : Setup Node
42- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # tag=v4.4.0
43- with :
44- node-version : ${{matrix.nodeversion}}
45- registry-url : ${{env.NPM_REGISTRY_URL}}
46- - name : Setup DotNet
47- uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # tag=v2.1.0
48- with :
49- dotnet-version : ${{matrix.dotnetverson}}
50- - name : Setup Python
51- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # tag=v5.6.0
52- with :
53- python-version : ${{matrix.pythonversion}}
54-
55- - name : Debugging
56- run : |
57- which pulumictl
58- pulumictl version
59- make build
60- # make tfgen
61- # pulumictl get version --language generic --debug
6241
63- # - name: Build sdks
64- # run: make build
42+ - name : Build sdks
43+ run : make build
6544
66- # - name: Lint
67- # run: make lint_provider
68- strategy :
69- fail-fast : true
70- matrix :
71- dotnetversion :
72- - 3.1.301
73- goversion :
74- - 1.23.x
75- language :
76- - nodejs
77- - python
78- - dotnet
79- - go
80- nodeversion :
81- - 20.x
82- pythonversion :
83- - " 3.9"
45+ - name : Lint
46+ run : make lint_provider
8447
8548 config :
8649 name : Check GoReleaser config
Original file line number Diff line number Diff line change @@ -71,4 +71,4 @@ release:
7171 prerelease : auto
7272
7373snapshot :
74- name_template : ' {{ .Tag }}-SNAPSHOT'
74+ version_template : ' {{ .Tag }}-SNAPSHOT'
You can’t perform that action at this time.
0 commit comments