Skip to content

Commit e106785

Browse files
committed
Update cli-release-staging.yml
1 parent c512532 commit e106785

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cli-release-staging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
- name: Create GitHub prerelease
179179
env:
180180
VERSION: ${{ needs.prepare-and-commit-staging.outputs.new_version }}
181-
GITHUB_API_URL: https://api.github.com/repos/CodebuffAI/codebuff
181+
GITHUB_API_URL: https://api.github.com/repos/CodebuffAI/codebuff-community
182182
run: |
183183
CURRENT_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
184184
RELEASE_BODY=$(cat <<'EOF'
@@ -213,8 +213,8 @@ jobs:
213213
- name: Upload release assets
214214
env:
215215
VERSION: ${{ needs.prepare-and-commit-staging.outputs.new_version }}
216-
GITHUB_API_URL: https://api.github.com/repos/CodebuffAI/codebuff
217-
GITHUB_UPLOADS_URL: https://uploads.github.com/repos/CodebuffAI/codebuff
216+
GITHUB_API_URL: https://api.github.com/repos/CodebuffAI/codebuff-community
217+
GITHUB_UPLOADS_URL: https://uploads.github.com/repos/CodebuffAI/codebuff-community
218218
run: |
219219
RELEASE_ID=$(curl -s -H "Authorization: token ${{ secrets.CODEBUFF_GITHUB_TOKEN }}" \
220220
"${GITHUB_API_URL}/releases/tags/v${VERSION}" | jq -r '.id')

0 commit comments

Comments
 (0)