File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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')
You can’t perform that action at this time.
0 commit comments