Skip to content

Commit 806c17d

Browse files
committed
Fix the link to the announcement artifact
This is something I could not test manually and missed that Copilot replaced the valid output with an invalid one. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c99c7f2 commit 806c17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-git.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
const gitSHA = ${{ toJson(steps.bundle-artifacts.outputs.git-rev) }}
132132
const tagName = ${{ toJson(steps.bundle-artifacts.outputs.tag-name) }}
133133
const ver = ${{ toJson(steps.bundle-artifacts.outputs.ver) }}
134-
const announcementURL = ${{ toJson(steps.announcement.outputs.announcement) }}
134+
const announcementURL = ${{ toJson(steps.announcement.outputs.artifact-url) }}
135135
136136
const nth = (n) => {
137137
const suffix = ((n + 89) % 100) > 2 && ['th', 'st', 'nd', 'rd'][n % 10] || 'th'

0 commit comments

Comments
 (0)