From 53e22159e1613902aa15e190f60caec78323f076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Leuth=C3=A4user?= <1417198+max-leuthaeuser@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:07:14 +0100 Subject: [PATCH] Fix gzexe --- .github/workflows/pr.yml | 3 --- .github/workflows/release.yml | 3 --- package.json | 2 +- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index acb2181..70ea0aa 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -37,9 +37,6 @@ jobs: run: | gzexe astgen-linux gzexe astgen-linux-arm - gzexe astgen-macos - gzexe astgen-macos-arm - gzexe astgen-win.exe - name: Make executable run: | chmod +x astgen-macos diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15142fb..c32ad7b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,9 +53,6 @@ jobs: run: | gzexe astgen-linux gzexe astgen-linux-arm - gzexe astgen-macos - gzexe astgen-macos-arm - gzexe astgen-win.exe - name: Make executable run: | chmod +x astgen-macos diff --git a/package.json b/package.json index 504b895..668e0c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@joernio/astgen", - "version": "3.18.0", + "version": "3.19.0", "description": "Generate JS/TS AST in json format with Babel", "exports": "./index.js", "keywords": [