From 2b47d0c6b4b18f93488c8561cb2178adcc8dd941 Mon Sep 17 00:00:00 2001 From: Helio Machado <0x2b3bfa0+git@googlemail.com> Date: Sat, 8 Oct 2022 06:34:28 +0200 Subject: [PATCH] Fast-forward version number to v0.18.3 (#1215) 18.0.3 --- .github/workflows/test-deploy.yml | 4 +--- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 6f4fb3434..e3fb49862 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -101,9 +101,7 @@ jobs: with: registry-url: https://registry.npmjs.org - run: npm install - - run: - npm ${{ inputs.release && 'publish' || 'publish --dry-run' }} || ${{ - inputs.release && 'true' || 'false' }} + - run: npm ${{ inputs.release && 'publish' || 'publish --dry-run' }} env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - run: | diff --git a/package-lock.json b/package-lock.json index a0ab015f4..3364c9edb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dvcorg/cml", - "version": "0.18.0", + "version": "18.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dvcorg/cml", - "version": "0.18.0", + "version": "18.0.3", "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.9.1", diff --git a/package.json b/package.json index 1b37f4033..ad7623eb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dvcorg/cml", - "version": "0.18.0", + "version": "18.0.3", "description": "

", "author": { "name": "Iterative Inc",