You've already forked gitea-release-action
mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2026-08-28 01:54:54 +07:00
Add debugging to ensure tag name is encoded
This commit is contained in:
@@ -70,6 +70,7 @@ async function run() {
|
||||
*/
|
||||
async function createOrGetRelease(client, owner, repo, body) {
|
||||
try {
|
||||
console.log(`Checking for existing release at ${encodeURIComponent(body.tag)}`);
|
||||
let release = await client.repository.repoGetReleaseByTag({
|
||||
owner: owner,
|
||||
repo: repo,
|
||||
|
||||
Reference in New Issue
Block a user