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 9, 2024
1 parent 65d546c commit 5ab07ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
debug: true
# noinspection TypeScriptUnresolvedReference
script: |
console.log(JSON.stringify(context.payload))
console.log(JSON.stringify(context))
let tag = undefined
let commit = undefined
for await (const tags of github.paginate.iterator(
Expand Down

0 comments on commit 5ab07ba

Please sign in to comment.