Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Dec 1, 2022
1 parent 009f37e commit 9525e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
prerelease: !!semver.prerelease(version)
});
console.log(`View ${tag} at ${res.data.html_url}`);
return res.data;
return JSON.stringify(res.data);
}
- name: Publish
if: fromJSON(steps.release.outputs.result)
Expand Down

0 comments on commit 9525e63

Please sign in to comment.