Skip to content

Commit 952c42f

Browse files
chore(go): Update release script to cd to right directory (#1679)
1 parent 25e1219 commit 952c42f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/go-release-automation.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ test_examples() {
146146
cd "$ROOT_DIR/releases/go/$RELEASE_DIR_NAME/examples" || { echo "Error: examples directory not found"; exit 1; }
147147
run_go_tools
148148
go run main.go
149+
cd "$ROOT_DIR/releases/go/$RELEASE_DIR_NAME/" || { echo "Error: releases directory not found"; exit 1; }
149150
}
150151

151152
run_go_tools() {

0 commit comments

Comments
 (0)