We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1fd3e7 + 053761b commit a134a41Copy full SHA for a134a41
1 file changed
.github/workflows/publish-release-and-crates.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Publish to crates.io
39
env:
40
CARGO_TOKEN: ${{ secrets.crates_io_token }}
41
- run: ./ci/publish_to_crates.io
+ run: ./ci/publish_to_crates_io.sh
42
43
# Add config.tar.gz, bin.tar.gz to release
44
- name: Upload files to release
0 commit comments