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 afa81a3 commit fa1a43dCopy full SHA for fa1a43d
.github/workflows/build.yml
@@ -115,7 +115,7 @@ jobs:
115
default: true
116
profile: minimal
117
- uses: Swatinem/rust-cache@v1
118
- - run: cargo publish --dry-run
+ - run: cargo publish --dry-run -p curlz
119
120
docs:
121
name: docs
.github/workflows/deploy.yml renamed to .github/workflows/release.yml
@@ -1,4 +1,4 @@
1
-name: Deploy
+name: Release
2
on:
3
push:
4
tags:
@@ -28,9 +28,7 @@ jobs:
28
29
30
31
- - uses: katyo/publish-crates@v1
32
- with:
33
- registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ - run: cargo publish -p curlz
34
35
# https://github.com/mislav/bump-homebrew-formula-action
36
# publish-to-brew:
0 commit comments