Skip to content

Commit

Permalink
Debug release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shBLOCK committed May 8, 2024
1 parent 3abdd3a commit c8c5736
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ jobs:
let tag = context.payload.inputs.tag
if (!tag) {
core.info("Getting latest tag...")
console.log(JSON.stringify(await github.rest.repos.listTags({
owner: context.repo.owner,
repo: context.repo.repo,
per_page: 1
})))
tag = await github.rest.repos.listTags({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit c8c5736

Please sign in to comment.