Skip to content

Commit f205c15

Browse files
committed
fix the release ci jobs
Signed-off-by: Andrei Gherghescu <[email protected]>
1 parent 228631d commit f205c15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_plotly_static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- run: cargo login ${{ env.CRATES_IO_TOKEN }}
2020
env:
2121
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
22-
- run: cargo publish --allow-dirty -p plotly_static --features webdriver_downlaod,chromedriver
22+
- run: cargo publish --allow-dirty -p plotly_static --features webdriver_download,chromedriver

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: sleep 10
2525
- run: cargo publish --allow-dirty -p plotly_kaleido
2626
- run: sleep 10
27-
- run: cargo publish --allow-dirty -p plotly_static --features webdriver_downlaod,chromedriver
27+
- run: cargo publish --allow-dirty -p plotly_static --features webdriver_download,chromedriver
2828
- run: sleep 10
2929
- run: cargo publish --allow-dirty -p plotly
3030

0 commit comments

Comments
 (0)