We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b42c7 commit d1f56b5Copy full SHA for d1f56b5
.github/workflows/draft-release.yml
@@ -15,7 +15,7 @@ jobs:
15
run: |
16
VERSION=v$(cat Cargo.toml | sed -nr 's/version = \"(.+)\"/\1/p' | head -1)
17
# gets the latest action run from the main branch
18
- BRANCH=ci-release
+ BRANCH=main
19
API_URL="https://api.github.com/repos/geode-sdk/cli/actions/workflows/build.yml/runs?per_page=1&branch=$BRANCH&event=push&status=success"
20
RUN_ID=$(curl $API_URL | jq .workflow_runs[0].id)
21
0 commit comments