Skip to content

Commit 3fd0985

Browse files
committed
change behavior to set environment.url
On-behalf-of: Gerald Morrison (SAP) <gerald.morrison@sap.com> Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@sap.com>
1 parent 9f8bb1d commit 3fd0985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
contents: write
113113
environment:
114114
name: cli/release-candidate
115-
url: ${{ steps.release.outputs.html_url }}
115+
url: ${{ format('{0}/{1}/releases/tag/{2}', github.server_url, github.repository, needs.prepare.outputs.new_tag) }}
116116
steps:
117117
# Recreate changelog file from base64 string for release body
118118
- name: Decode changelog to file

0 commit comments

Comments
 (0)