We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a45ff commit 85e4f9aCopy full SHA for 85e4f9a
.github/workflows/publish-cli-version.yml
@@ -16,9 +16,13 @@ jobs:
16
steps:
17
- name: Checkout code
18
uses: actions/checkout@v3
19
+
20
- name: test version (dry-run) and metadata checks
21
+ working-directory: ./cli
22
run: cargo publish --dry-run
23
24
- name: Publish on crates.io
25
26
run: cargo publish
27
env:
28
CARGO_REGISTRY_TOKEN: ${{secrets.CF_TOKEN_CARGO_API}}
0 commit comments