We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7480d4e commit fa0815dCopy full SHA for fa0815d
2 files changed
.github/workflows/build-commit.yml
@@ -15,5 +15,5 @@ jobs:
15
run: scripts/ci.bash
16
env:
17
VSCODE_VERSION: '1.38.1'
18
- MINIFY: 'false'
+ MINIFY: 'true'
19
PACKAGE: 'true'
.github/workflows/build-release.yml
@@ -18,8 +18,9 @@ jobs:
MINIFY: 'true'
20
21
- - uses: ncipollo/release-action@v1
22
- with:
23
- artifacts: "release/*.tar.gz,release/*.zip"
24
- bodyFile: "CHANGELOG.md"
25
- token: ${{ secrets.GITHUB_TOKEN }}
+
+ - uses: ncipollo/release-action@v1
+ with:
+ artifacts: "release/*.tar.gz,release/*.zip"
+ bodyFile: "CHANGELOG.md"
26
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments