Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Sep 4, 2024
1 parent 2faccee commit 383e0db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions forge/actions/publish/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion forge/actions/publish/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions forge/actions/publish/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ async function imageExists(name) {
silent: true,
});

console.log(`Result: ${result}`);

return result === 0;
}

Expand Down

0 comments on commit 383e0db

Please sign in to comment.