Skip to content

Commit

Permalink
Fix release package workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ohakutsu committed Dec 17, 2023
1 parent d30bd67 commit e626e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
});
const tags = response.data;
const existsTag = tags.map(tag => tag.name).includes(`v${process.env.PACKAGE_VERSION}`);
console.log(`existsTag: ${existsTag}`);
return existsTag.toString();
release:
Expand Down

0 comments on commit e626e15

Please sign in to comment.