Skip to content

Commit 3136efe

Browse files
authored
fix(cd): prep assets and binary before publish (#499)
1 parent 9466ef0 commit 3136efe

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
@@ -186,6 +186,9 @@ jobs:
186186
env:
187187
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
188188

189+
- name: Prep Assets and Binary
190+
run: make release
191+
189192
- name: Publish crate
190193
run: |
191194
cargo package --list --allow-dirty

0 commit comments

Comments
 (0)