Skip to content

Commit d05c247

Browse files
committed
ci: Push jpki-ffi-generic to crates.io
1 parent 54bc9e0 commit d05c247

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,3 +272,9 @@ jobs:
272272
echo "Still waiting..."
273273
sleep 5
274274
done
275+
276+
- name: Publish to crates.io (FFI/Generic)
277+
uses: actions-rs/cargo@v1
278+
with:
279+
command: publish
280+
args: --verbose --allow-dirty -p jpki-ffi-generic

0 commit comments

Comments
 (0)