attempt set url through env
This commit is contained in:
parent
71cce93062
commit
e3db4d8d22
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ jobs:
|
|||
release-create:
|
||||
needs: [release-build]
|
||||
runs-on: x86_64
|
||||
env:
|
||||
FORGEJO: "https://ayakael.net"
|
||||
container:
|
||||
image: node:latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue