There was an error while loading. Please reload this page.
1 parent 2f47854 commit 901a078Copy full SHA for 901a078
2 files changed
.github/workflows/cd-client.yml
@@ -19,7 +19,7 @@ permissions:
19
20
jobs:
21
release-client:
22
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04-arm
23
24
steps:
25
- name: Checkout
@@ -33,7 +33,7 @@ jobs:
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
DEFAULT_BUMP: patch
36
- INITIAL_VERSION: 0.1.0
+ INITIAL_VERSION: 0.1.2
37
TAG_PREFIX: client-v
38
DRY_RUN: true
39
.github/workflows/cd-server.yml
release-server:
TAG_PREFIX: server-v
0 commit comments