Skip to content

Commit 9f8bb1d

Browse files
committed
remove id again
On-behalf-of: Gerald Morrison (SAP) <gerald.morrison@sap.com> Signed-off-by: Gerald Morrison (SAP) <gerald.morrison@sap.com>
1 parent 222be2c commit 9f8bb1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cli-release.yml

Lines changed: 1 addition & 2 deletions
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.create_release.outputs.html_url }}
115+
url: ${{ steps.release.outputs.html_url }}
116116
steps:
117117
# Recreate changelog file from base64 string for release body
118118
- name: Decode changelog to file
@@ -127,7 +127,6 @@ jobs:
127127
name: ${{ needs.build.outputs.artifact_name }}
128128

129129
- name: Create Release
130-
id: create_release
131130
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
132131
with:
133132
name: CLI ${{ needs.prepare.outputs.new_version }}

0 commit comments

Comments
 (0)