Skip to content

Commit

Permalink
chore(tools): publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Sep 14, 2020
1 parent 27921d4 commit 0bfa607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/plugin-tools-source",
"version": "1.0.4",
"version": "1.0.5",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-tools/src/schematics/publish/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function (schema: Schema): Rule {
const currentVersion = packageJson.version;
const parsedVersion = <ISemVer>parseVersionString(currentVersion);
if (version) {
packageJson.version = version;
packageJson.version = schema.version;
} else {
// when no version is specified, bump the patch version
// console.log('p:', p, 'version:', parsedVersion);
Expand Down

0 comments on commit 0bfa607

Please sign in to comment.