Skip to content

Commit

Permalink
fix: verifiable build release (#529)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
guibescos authored Sep 10, 2024
1 parent f3d5d2f commit 2f694c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Release

on:
tags:
- v*
push:
tags:
- v*

jobs:
build:
Expand Down

0 comments on commit 2f694c2

Please sign in to comment.