Skip to content

Commit

Permalink
fix release link
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten committed Jul 23, 2023
1 parent 5c7a159 commit 857ae68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export async function release({
: newChangelogSection;

console.log("# Creating release");
const releaseLink = await forge.createRelease({
const { releaseLink } = await forge.createRelease({
owner: config.ci.repoOwner,
repo: config.ci.repoName,
tag: nextVersion,
Expand Down

0 comments on commit 857ae68

Please sign in to comment.