From 08bc66f79683bc5cee7feac413901e8b8d0107e7 Mon Sep 17 00:00:00 2001 From: Cyrill Leutwiler Date: Fri, 29 May 2026 16:32:10 +0200 Subject: [PATCH 1/3] do not trigger release workflow on pushes to main Signed-off-by: Cyrill Leutwiler --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37fc25e1..c6fd6fc0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,6 @@ name: Build & Release on: push: - branches: ["main"] tags: - "v*" pull_request: From 71e36d5f7aa48ee643b387e4cbdf18708a8eeadd Mon Sep 17 00:00:00 2001 From: Cyrill Leutwiler Date: Fri, 29 May 2026 16:57:11 +0200 Subject: [PATCH 2/3] ai slop Signed-off-by: Cyrill Leutwiler --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6fd6fc0..93a89d1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -140,7 +140,7 @@ jobs: - name: Build run: | - cp -f resolc.{wasm,js} js/resolc/src/resolc + cp -f --remove-destination resolc.{wasm,js} js/resolc/src/resolc/ npm -w js/resolc run build - name: npm pack From de5edddbfd76f3df0b7b8aeaf5668d2182010ad1 Mon Sep 17 00:00:00 2001 From: Cyrill Leutwiler Date: Fri, 29 May 2026 17:19:21 +0200 Subject: [PATCH 3/3] fix Signed-off-by: Cyrill Leutwiler --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 93a89d1b..8205ec7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -140,7 +140,7 @@ jobs: - name: Build run: | - cp -f --remove-destination resolc.{wasm,js} js/resolc/src/resolc/ + cp --remove-destination resolc.{wasm,js} js/resolc/src/resolc/ npm -w js/resolc run build - name: npm pack