Skip to content

Commit 2b47d0c

Browse files
authored
Fast-forward version number to v0.18.3 (#1215)
18.0.3
1 parent b1707f3 commit 2b47d0c

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ jobs:
101101
with:
102102
registry-url: https://registry.npmjs.org
103103
- run: npm install
104-
- run:
105-
npm ${{ inputs.release && 'publish' || 'publish --dry-run' }} || ${{
106-
inputs.release && 'true' || 'false' }}
104+
- run: npm ${{ inputs.release && 'publish' || 'publish --dry-run' }}
107105
env:
108106
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
109107
- run: |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dvcorg/cml",
3-
"version": "0.18.0",
3+
"version": "18.0.3",
44
"description": "<p align=\"center\"> <img src=\"https://static.iterative.ai/img/cml/title_strip_trim.png\" width=400> </p>",
55
"author": {
66
"name": "Iterative Inc",

0 commit comments

Comments
 (0)