You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ jobs:
131
131
make_latest: false
132
132
body: |
133
133
This is the FolderHarbor CLI, used for server administration and access.
134
-
**You need a running FolderHarbor Server to use this!**
134
+
**You need a running [FolderHarbor Server](https://fh.novatea.dev/server) to use this!**
135
135
web-release:
136
136
name: Release Web Panel
137
137
if: startsWith(github.ref, 'refs/tags/web/')
@@ -204,7 +204,7 @@ jobs:
204
204
body: |
205
205
This is the FolderHarbor web panel, used for server administration and access.
206
206
This is released as a [Docker image](https://github.com/users/aelithron/packages/container/package/folderharbor%2Fweb), so you should get it from there.
207
-
**You need a running FolderHarbor Server to use this!**
207
+
**You need a running [FolderHarbor Server](https://fh.novatea.dev/server) to use this!**
0 commit comments