Skip to content

Commit

Permalink
use only namada_sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Nov 11, 2023
1 parent 28056b1 commit 341b3b9
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 839 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
runs-on: ${{ matrix.config.os }}
steps:
- uses: actions/checkout@v4
- name: Install Protoc
uses: heliaxdev/setup-protoc@v2
with:
version: "25.0"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: taiki-e/upload-rust-binary-action@v1
with:
# (required)
Expand Down
Loading

0 comments on commit 341b3b9

Please sign in to comment.