Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Aug 26, 2022
1 parent 8fe8f6c commit 49cf077
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/main.ts
Expand Up @@ -44,6 +44,8 @@ async function run(): Promise<void> {
});
}

console.log(yamlfile);

let snapshot = '';
if (inputs.args.split(' ').indexOf('release') > -1) {
if (isTagDirty) {
Expand Down

0 comments on commit 49cf077

Please sign in to comment.