Skip to content

Commit eb0fa55

Browse files
ci: missing v when bumping gomodule
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent b77ab01 commit eb0fa55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-bump-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
cd ${GO_MOD_DIRECTORY_PATH}
3838
export GOWORK=off
39-
go get github.com/thomaspoignant/go-feature-flag/${MODULE_PATH}@${VERSION}
39+
go get github.com/thomaspoignant/go-feature-flag/${MODULE_PATH}@v${VERSION}
4040
go mod tidy
4141
go mod vendor
4242
go mod verify

0 commit comments

Comments
 (0)