We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9803d2 commit e163803Copy full SHA for e163803
.github/workflows/create-release.yml
@@ -1,7 +1,7 @@
1
on:
2
push:
3
- tags:
4
- - "*"
+ tags:
+ - '*'
5
6
name: Create Release
7
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup Node
15
uses: actions/setup-node@v2
16
with:
17
- node-version: '14'
+ node-version: '18'
18
- name: Building Package
19
run: |
20
npm install -g pkg
@@ -61,4 +61,3 @@ jobs:
61
asset_path: ./release/windows/liascript-devserver.exe
62
asset_name: liascript-devserver-win.exe
63
asset_content_type: application/vnd.microsoft.portable-executable
64
-
0 commit comments