Skip to content

Commit 0bfa607

Browse files
committed
chore(tools): publish workflow
1 parent 27921d4 commit 0bfa607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/plugin-tools-source",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

packages/plugin-tools/src/schematics/publish/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export default function (schema: Schema): Rule {
8989
const currentVersion = packageJson.version;
9090
const parsedVersion = <ISemVer>parseVersionString(currentVersion);
9191
if (version) {
92-
packageJson.version = version;
92+
packageJson.version = schema.version;
9393
} else {
9494
// when no version is specified, bump the patch version
9595
// console.log('p:', p, 'version:', parsedVersion);

0 commit comments

Comments
 (0)