Skip to content

Commit f976b54

Browse files
ci: fix bad replacement (#4083)
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent 2124d86 commit f976b54

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}@${VERSION}
4040
go mod tidy
4141
go mod vendor
4242
go mod verify

0 commit comments

Comments
 (0)