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 953a7a4 commit 7fa59b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
ref: "tags/v"
}).data
})
console.log(JSON.stringify(refs))
let tags = await Promise.all(
refs.map(
refs.data.map(
async ref => await github.rest.git.getTag({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit 7fa59b2

Please sign in to comment.