Skip to content

Commit ecc7e64

Browse files
committed
fixup
Signed-off-by: Rajat Jindal <[email protected]>
1 parent 0d80dfc commit ecc7e64

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/release.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ async function run(): Promise<void> {
4747
repo: github.context.repo.repo
4848
})
4949

50+
core.info(JSON.stringify(allReleases))
5051
const release = allReleases.data.find(item => item.tag_name === tagName)
5152
if (!release) {
5253
throw new Error(`no release found with tag ${tagName}`)

0 commit comments

Comments
 (0)