mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2026-08-22 00:23:08 +01:00
Update Package
This commit is contained in:
3
dist/index.js
vendored
3
dist/index.js
vendored
@@ -48206,10 +48206,11 @@ 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,
|
||||
tag: body.tag_name,
|
||||
tag: encodeURIComponent(body.tag_name),
|
||||
})
|
||||
const release_id = release.id;
|
||||
let target_commitish = release.target_commitish;
|
||||
|
||||
Reference in New Issue
Block a user