We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad64107 commit f75ed76Copy full SHA for f75ed76
.github/workflows/ci.yml
@@ -67,25 +67,4 @@ jobs:
67
uses: codecov/codecov-action@v1.0.2
68
with:
69
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
90
91
- command: publish
+ fail_ci_if_error: true
0 commit comments