Skip to content

Commit fa0815d

Browse files
committed
[ci] fix formatting issues
Signed-off-by: Ayane Satomi <chinodesuuu@gmail.com>
1 parent 7480d4e commit fa0815d

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/build-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
run: scripts/ci.bash
1616
env:
1717
VSCODE_VERSION: '1.38.1'
18-
MINIFY: 'false'
18+
MINIFY: 'true'
1919
PACKAGE: 'true'

.github/workflows/build-release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
VSCODE_VERSION: '1.38.1'
1919
MINIFY: 'true'
2020
PACKAGE: 'true'
21-
- uses: ncipollo/release-action@v1
22-
with:
23-
artifacts: "release/*.tar.gz,release/*.zip"
24-
bodyFile: "CHANGELOG.md"
25-
token: ${{ secrets.GITHUB_TOKEN }}
21+
22+
- uses: ncipollo/release-action@v1
23+
with:
24+
artifacts: "release/*.tar.gz,release/*.zip"
25+
bodyFile: "CHANGELOG.md"
26+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)