Skip to content

Commit 323fb53

Browse files
authored
Fix job summary in release workflow
1 parent 770f86c commit 323fb53

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)