mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
add crates.yml CI/CD
This commit is contained in:
14
.github/workflows/crates.yml
vendored
Normal file
14
.github/workflows/crates.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Crates
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
crates:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Publish to crates.io
|
||||
run: cargo publish --token ${{ secrets.CRATES_TOKEN }}
|
||||
Reference in New Issue
Block a user