We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab8bef commit b3c2979Copy full SHA for b3c2979
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
command: test
19
20
build:
21
- name: Rust project
+ name: Build
22
needs: test
23
runs-on: ubuntu-latest
24
steps:
@@ -41,3 +41,17 @@ jobs:
41
with:
42
files: |
43
target/release/pct
44
+
45
+ crate:
46
+ name: Crate
47
+ needs: test
48
+ runs-on: ubuntu-latest
49
+ steps:
50
+ - uses: actions/checkout@v2
51
+ - uses: actions-rs/toolchain@v1
52
+ with:
53
+ toolchain: stable
54
+ override: true
55
+ - uses: katyo/publish-crates@v1
56
57
+ registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
.vscode/settings.json
@@ -1,5 +1,6 @@
1
{
2
"cSpell.words": [
3
+ "katyo",
4
"pathdiff",
5
"softprops",
6
"subcommand",
0 commit comments