File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 83
83
- name : Build Pulumi plugin
84
84
run : PROVIDER_VERSION=${{ steps.version.outputs.PROVIDER_VERSION }} make plugin
85
85
86
+ - name : Publish Go SDK
87
+ uses : publish-go-sdk-action@v1
88
+ with :
89
+ github_token : ${{ secrets.GITHUB_TOKEN }}
90
+ path : sdk/go
91
+
86
92
- name : Publish Pulumi plugin
87
93
uses : actions/upload-artifact@v4
88
94
with :
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ plugin-local: gen-sdk plugin
43
43
pulumi plugin install resource gcp-vertex-model-deployment v$(PROVIDER_VERSION ) --file ./build/$(PLUGIN_NAME )
44
44
@echo " Plugin installed successfully"
45
45
46
- plugin : build
46
+ plugin : gen-sdk
47
47
@set -eu && \
48
48
mkdir -p ./build && \
49
49
echo " Building $( PROVIDER_NAME) with version $( PROVIDER_VERSION) : $( PLUGIN_NAME) " && \
You can’t perform that action at this time.
0 commit comments