Skip to content

Commit 36481fd

Browse files
authored
Revert runner back to public (#1192)
* add self-hosted runner (#1190) (#1191) * revert runner change, and add upload url
1 parent ff11809 commit 36481fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
if: ${{ inputs.publishPackages == true }}
185185
env:
186186
TOKEN: ${{ inputs.uploadJWT }}
187-
UPLOAD_URL: ${{ secrets.UPLOAD_URL }}
187+
UPLOAD_URL: "https://up-ap-tmp.nginx.com"
188188
run: |
189189
make release
190190
- name: Publish Github Release

0 commit comments

Comments
 (0)