Skip to content

Commit 85e4f9a

Browse files
fixed publish-cli-version workflow
1 parent 14a45ff commit 85e4f9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-cli-version.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,13 @@ jobs:
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v3
19+
1920
- name: test version (dry-run) and metadata checks
21+
working-directory: ./cli
2022
run: cargo publish --dry-run
23+
2124
- name: Publish on crates.io
25+
working-directory: ./cli
2226
run: cargo publish
2327
env:
2428
CARGO_REGISTRY_TOKEN: ${{secrets.CF_TOKEN_CARGO_API}}

0 commit comments

Comments
 (0)