Skip to content

Commit 73551f5

Browse files
authored
add https:// to upload url (#1009)
1 parent 2726ad6 commit 73551f5

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
@@ -38,7 +38,7 @@ on:
3838
uploadUrl:
3939
description: 'Location to publish packages to'
4040
required: false
41-
default: "up-ap.nginx.com"
41+
default: "https://up-ap.nginx.com"
4242
workflow_call:
4343
inputs:
4444
githubRelease:
@@ -67,7 +67,7 @@ on:
6767
required: true
6868
uploadUrl:
6969
type: string
70-
default: "up-ap.nginx.com"
70+
default: "https://up-ap.nginx.com"
7171

7272
env:
7373
NFPM_VERSION: 'v2.35.3'

0 commit comments

Comments
 (0)