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": [