Skip to content

Commit 3c84e81

Browse files
committed
chore: trigger util based off of main
1 parent e3f7db2 commit 3c84e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/trigger_create_releases_pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ curl --request POST -v \
44
--url https://circleci.com/api/v2/project/github/gruntwork-io/docs/pipeline \
55
--header "Circle-Token: $CIRCLE_TOKEN" \
66
--header 'content-type: application/json' \
7-
--data '{"branch":"apiRelease"}'
7+
--data '{"branch":"main"}'

0 commit comments

Comments
 (0)