File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154
154
run : |
155
155
gh release create "$tag" \
156
156
--repo="$GITHUB_REPOSITORY" \
157
- --title="${GITHUB_REPOSITORY#*/} ${ tag#v} " \
157
+ --title="$tag" \
158
158
--generate-notes
159
159
160
160
- name : Upload release assets
Original file line number Diff line number Diff line change 1
- module github/davidmontoyago/pulumi-gcp-vertex-model-deployment
1
+ module github.com /davidmontoyago/pulumi-gcp-vertex-model-deployment
2
2
3
3
go 1.24.5
4
4
5
- replace github.com/davidmontoyago/pulumi-gcp-vertex-model-deployment => ./
6
-
7
5
require (
8
6
cloud.google.com/go/aiplatform v1.97.0
9
- github.com/davidmontoyago/pulumi-gcp-vertex-model-deployment v0.0.0-00010101000000-000000000000
10
7
github.com/googleapis/gax-go/v2 v2.15.0
11
8
github.com/pulumi/pulumi-go-provider v1.1.0
12
9
google.golang.org/api v0.244.0
You can’t perform that action at this time.
0 commit comments