Skip to content

Commit a6a8bf2

Browse files
committed
add napi version cmd to just bump script
1 parent e7a29d4 commit a6a8bf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bump_version.py

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def main():
6161
cwd="node-binding",
6262
check=True,
6363
)
64+
subprocess.run(["napi", "version"], cwd="node-binding", check=True)
6465
print("Updated version in node-binding/**package.json")
6566
tag = "v" + Updater.new_version
6667
subprocess.run(["git", "add", "--all"], check=True)

0 commit comments

Comments
 (0)