Skip to content

Commit f75ed76

Browse files
committed
update ci
1 parent ad64107 commit f75ed76

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -67,25 +67,4 @@ jobs:
6767
uses: codecov/codecov-action@v1.0.2
6868
with:
6969
token: ${{ secrets.CODECOV_TOKEN }}
70-
fail_ci_if_error: true
71-
72-
publish_on_crates_io:
73-
name: Publish on crates.io
74-
runs-on: ubuntu-latest
75-
if: startsWith(github.ref, 'refs/tags') # Only on tags
76-
needs:
77-
- build
78-
steps:
79-
- name: Checkout code
80-
uses: actions/checkout@v2
81-
- name: Install rust
82-
uses: actions-rs/toolchain@v1
83-
- name: Run cargo login
84-
uses: actions-rs/cargo@v1
85-
with:
86-
command: login
87-
args: ${{ secrets.CRATES_IO_TOKEN }}
88-
- name: Run cargo publish
89-
uses: actions-rs/cargo@v1
90-
with:
91-
command: publish
70+
fail_ci_if_error: true

0 commit comments

Comments
 (0)