Skip to content

Commit f060372

Browse files
committed
rm double dash from version commands.
1 parent d69ce4f commit f060372

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- run: |
3232
yarn install
3333
yarn install_hooks
34-
- run: yarn workspace express-zod-api version --pre${{ inputs.kind }} --preid beta
34+
- run: yarn workspace express-zod-api version pre${{ inputs.kind }} --preid beta

.github/workflows/minor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- run: |
2020
yarn install
2121
yarn install_hooks
22-
- run: yarn workspace express-zod-api version --minor
22+
- run: yarn workspace express-zod-api version minor

.github/workflows/patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- run: |
2020
yarn install
2121
yarn install_hooks
22-
- run: yarn workspace express-zod-api version --patch
22+
- run: yarn workspace express-zod-api version patch

0 commit comments

Comments
 (0)