mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-16 08:48:51 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
6d4e4ba47a | |||
e842e0edc0 |
13
.github/workflows/publish.yml
vendored
Normal file
13
.github/workflows/publish.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v.*.*'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
- uses: katyo/publish-crates@v1
|
||||
with:
|
||||
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
Reference in New Issue
Block a user