Skip to content

Commit

Permalink
ci: 🎡 WIP package publishing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dkolba committed Jul 26, 2022
1 parent bb05356 commit 2ae5fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/version-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ const [semver, prerelease] = version.split('-');
if (prerelease) {
throw new Error('This seems to be a prerelease - will not publish');
}
console.log('Version is: ', version);
console.log(version);

0 comments on commit 2ae5fef

Please sign in to comment.