Skip to content

Commit e842e0e

Browse files
committed
Auto publish to crates.io on new tag push
1 parent 61550ed commit e842e0e

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on:
2+
push:
3+
tags:
4+
- 'v.*.*'
5+
steps:
6+
- uses: actions/checkout@v2
7+
- uses: actions-rs/toolchain@v1
8+
with:
9+
toolchain: stable
10+
override: true
11+
- uses: katyo/publish-crates@v1
12+
with:
13+
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 commit comments

Comments
 (0)