Skip to content

Commit a134a41

Browse files
authored
Merge pull request #5269 from sacherjj/correct-crates-ci-typo
Correct typo for script.
2 parents f1fd3e7 + 053761b commit a134a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)