Skip to content

Commit

Permalink
Merge pull request #23 from ohakutsu/fix-release-package-workflow-che…
Browse files Browse the repository at this point in the history
…ck-script-4

Fix release package workflow
  • Loading branch information
ohakutsu authored Dec 17, 2023
2 parents d30bd67 + e626e15 commit 9df8230
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 9df8230

Please sign in to comment.