mirror of
https://github.com/akkuman/gitea-release-action.git
synced 2026-09-11 18:10:41 +01:00
Fix syntax error
This commit is contained in:
@@ -70,7 +70,7 @@ async function run() {
|
||||
*/
|
||||
async function createOrGetRelease(client, owner, repo, body) {
|
||||
try {
|
||||
console.log(`Checking for existing release at ${encodeURIComponent(body.tag)}`);
|
||||
console.log(`Checking for existing release at ${encodeURIComponent(body.tag_name)}`);
|
||||
let release = await client.repository.repoGetReleaseByTag({
|
||||
owner: owner,
|
||||
repo: repo,
|
||||
|
||||
Reference in New Issue
Block a user