We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fbcd4 commit 9003ff7Copy full SHA for 9003ff7
.github/workflows/release-branch.yml
@@ -31,7 +31,7 @@ jobs:
31
contents: write
32
pull-requests: write
33
name: Update Release
34
- runs-on: ubuntu-22.04-amd64
+ runs-on: ubuntu-22.04
35
steps:
36
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
37
with:
@@ -184,7 +184,7 @@ jobs:
184
if: ${{ inputs.publishPackages == true }}
185
env:
186
TOKEN: ${{ inputs.uploadJWT }}
187
- UPLOAD_URL: ${{ secrets.UPLOAD_URL }}
+ UPLOAD_URL: "https://up-ap-tmp.nginx.com"
188
run: |
189
make release
190
- name: Publish Github Release
0 commit comments