From 2f694c2a78d727d4c041147b2146384ee9add6ec Mon Sep 17 00:00:00 2001 From: guibescos <59208140+guibescos@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:26:49 +0100 Subject: [PATCH] fix: verifiable build release (#529) * try ci * Install solana * go * add chmod * try * create target debug too * fix: remove unused files * add new flow for idl * add release workflow * bump:2.0.0 * fix --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b0018d8..2a553570 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,9 @@ name: Release on: - tags: - - v* + push: + tags: + - v* jobs: build: