Skip to content

Commit 053761b

Browse files
committed
Correct typo for script.
1 parent f1fd3e7 commit 053761b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-release-and-crates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Publish to crates.io
3939
env:
4040
CARGO_TOKEN: ${{ secrets.crates_io_token }}
41-
run: ./ci/publish_to_crates.io
41+
run: ./ci/publish_to_crates_io.sh
4242

4343
# Add config.tar.gz, bin.tar.gz to release
4444
- name: Upload files to release

0 commit comments

Comments
 (0)