Skip to content

Commit 1265d85

Browse files
Fix gzexe (#22)
1 parent dcd1aa2 commit 1265d85

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
run: |
3838
gzexe astgen-linux
3939
gzexe astgen-linux-arm
40-
gzexe astgen-macos
41-
gzexe astgen-macos-arm
42-
gzexe astgen-win.exe
4340
- name: Make executable
4441
run: |
4542
chmod +x astgen-macos

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353
run: |
5454
gzexe astgen-linux
5555
gzexe astgen-linux-arm
56-
gzexe astgen-macos
57-
gzexe astgen-macos-arm
58-
gzexe astgen-win.exe
5956
- name: Make executable
6057
run: |
6158
chmod +x astgen-macos

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@joernio/astgen",
3-
"version": "3.18.0",
3+
"version": "3.19.0",
44
"description": "Generate JS/TS AST in json format with Babel",
55
"exports": "./index.js",
66
"keywords": [

0 commit comments

Comments
 (0)