Skip to content

Commit 5ff35c8

Browse files
authored
Merge pull request #10 from github/joshmgross/fix-job-summary
Fix job summary in release workflow
2 parents 770f86c + 323fb53 commit 5ff35c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
}
116116
});
117117
118-
core.summary.addLink(`Release v${version}`, release.data.html_url);
118+
core.summary.addLink(`Release v${{ env.EXT_VERSION }}`, release.data.html_url);
119119
await core.summary.write();
120120
121121
publish:

0 commit comments

Comments
 (0)