Skip to content

Commit 005ed87

Browse files
committed
[ci] fix error within reference format being invalid
Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
1 parent f61cd12 commit 005ed87

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v1
99

1010
- name: Build code-server Binary
11-
run: scripts/ci.bash
11+
run: bash ./scripts/ci.bash
1212
env:
1313
VERSION: master
1414
VSCODE_VERSION: '1.38.1'

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v1
1212

1313
- name: Build code-server Binary
14-
run: scripts/ci.bash
14+
run: bash ./scripts/ci.bash
1515
env:
1616
MAJOR_VERSION: '2'
1717
VERSION: '${MAJOR_VERSION}.${GITHUB_SHA}'

0 commit comments

Comments
 (0)