Skip to content

Commit 901a078

Browse files
authored
Change initial package version (#98)
1 parent 2f47854 commit 901a078

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cd-client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
release-client:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-22.04-arm
2323

2424
steps:
2525
- name: Checkout
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
DEFAULT_BUMP: patch
36-
INITIAL_VERSION: 0.1.0
36+
INITIAL_VERSION: 0.1.2
3737
TAG_PREFIX: client-v
3838
DRY_RUN: true
3939

.github/workflows/cd-server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
release-server:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-22.04-arm
2323

2424
steps:
2525
- name: Checkout
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3535
DEFAULT_BUMP: patch
36-
INITIAL_VERSION: 0.1.0
36+
INITIAL_VERSION: 0.1.2
3737
TAG_PREFIX: server-v
3838
DRY_RUN: true
3939

0 commit comments

Comments
 (0)