Update the forgejo variable reference to be correct
This commit is contained in:
parent
5c030c680d
commit
1b986da6d4
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@ jobs:
|
|||
- name: Update manifest
|
||||
run: node scripts/updateManifest.mjs
|
||||
env:
|
||||
DOWNLOAD_URL: "${{FORGEJO_SERVER_URL}}/${{FORGEJO_REPOSITORY}}/releases/download/v${{steps.version.output.version}}/release.zip"
|
||||
LATEST_URL: "${{FORGEJO_SERVER_URL}}/${{FORGEJO_REPOSITORY}}releases/download/latest/system.json"
|
||||
DOWNLOAD_URL: "${{forgejo.server_url}}/${{forgejo.repository}}/releases/download/v${{steps.version.output.version}}/release.zip"
|
||||
LATEST_URL: "${{forgejo.server_url}}/${{forgejo.repository}}releases/download/latest/system.json"
|
||||
|
||||
- name: Create draft release
|
||||
run: cat system.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue