Skip to content

Commit 327f920

Browse files
committed
ci: install soldeer CLI in publish job
1 parent 4223bbe commit 327f920

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ jobs:
7171
- name: Install Foundry
7272
uses: foundry-rs/foundry-toolchain@v1
7373

74+
- name: Install Soldeer
75+
run: cargo install soldeer
76+
7477
- name: Publish to Soldeer registry
7578
env:
7679
SOLDEER_TOKEN: ${{ secrets.SOLDEER_TOKEN }}

0 commit comments

Comments
 (0)