mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-15 08:36:34 +00:00
Update publish.yml
This commit is contained in:
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@ -1,8 +1,13 @@
|
||||
name: Publish to crates.io
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v.*.*'
|
||||
steps:
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user