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",