We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61550ed + e842e0e commit 6d4e4baCopy full SHA for 6d4e4ba
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