Skip to content

Commit e12c2b0

Browse files
fix go mod name
1 parent 251f9ce commit e12c2b0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/develop.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
run: |
155155
gh release create "$tag" \
156156
--repo="$GITHUB_REPOSITORY" \
157-
--title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
157+
--title="$tag" \
158158
--generate-notes
159159
160160
- name: Upload release assets

go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
module github/davidmontoyago/pulumi-gcp-vertex-model-deployment
1+
module github.com/davidmontoyago/pulumi-gcp-vertex-model-deployment
22

33
go 1.24.5
44

5-
replace github.com/davidmontoyago/pulumi-gcp-vertex-model-deployment => ./
6-
75
require (
86
cloud.google.com/go/aiplatform v1.97.0
9-
github.com/davidmontoyago/pulumi-gcp-vertex-model-deployment v0.0.0-00010101000000-000000000000
107
github.com/googleapis/gax-go/v2 v2.15.0
118
github.com/pulumi/pulumi-go-provider v1.1.0
129
google.golang.org/api v0.244.0

0 commit comments

Comments
 (0)