Skip to content

Commit

Permalink
Set to empty lambda
Browse files Browse the repository at this point in the history
  • Loading branch information
Tatskaari committed Sep 30, 2021
1 parent 6691ee6 commit 6ecc474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8518,7 +8518,7 @@ async function run() {
owner: github.context.repo.owner,
repo: github.context.repo.repo,
tag: "v" + version,
}).catch()
}).catch(_ => {})

if (releaseUrl !== undefined) {
core.info("Release already created. Nothing to do: " + releaseUrl)
Expand Down
2 changes: 1 addition & 1 deletion src/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ async function run() {
owner: github.context.repo.owner,
repo: github.context.repo.repo,
tag: "v" + version,
}).catch()
}).catch(_ => {})

if (releaseUrl !== undefined) {
core.info("Release already created. Nothing to do: " + releaseUrl)
Expand Down

0 comments on commit 6ecc474

Please sign in to comment.