Skip to content

Commit

Permalink
[publish build] add build check action
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-diamond committed Aug 14, 2024
1 parent c572344 commit 34f2b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/beforePublish.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const check = async () => {
.trim()

if (npmVersion !== releaseVersion || !releaseVersion) {
console.error(`Error: release version is ${releaseVersion}, but should be ${npmVersion}`)
console.error(`Please add ${npmVersion} release to Github https://github.com/stakewise/v3-sdk/releases/new`)
process.exit(1)
}
else {
Expand Down

0 comments on commit 34f2b67

Please sign in to comment.