Skip to content

Commit d1f56b5

Browse files
authored
i forgot this
1 parent c8b42c7 commit d1f56b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/draft-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: |
1616
VERSION=v$(cat Cargo.toml | sed -nr 's/version = \"(.+)\"/\1/p' | head -1)
1717
# gets the latest action run from the main branch
18-
BRANCH=ci-release
18+
BRANCH=main
1919
API_URL="https://api.github.com/repos/geode-sdk/cli/actions/workflows/build.yml/runs?per_page=1&branch=$BRANCH&event=push&status=success"
2020
RUN_ID=$(curl $API_URL | jq .workflow_runs[0].id)
2121

0 commit comments

Comments
 (0)