We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61550ed commit e842e0eCopy full SHA for e842e0e
1 file changed
.github/workflows/publish.yml
@@ -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
13
+ registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments