Skip to content

Commit 9003ff7

Browse files
committed
revert runner change, and add upload url
1 parent 71fbcd4 commit 9003ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
contents: write
3232
pull-requests: write
3333
name: Update Release
34-
runs-on: ubuntu-22.04-amd64
34+
runs-on: ubuntu-22.04
3535
steps:
3636
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
3737
with:
@@ -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)