diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 839124c..4543d00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,25 +67,4 @@ jobs: uses: codecov/codecov-action@v1.0.2 with: token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: true - - publish_on_crates_io: - name: Publish on crates.io - runs-on: ubuntu-latest - if: startsWith(github.ref, 'refs/tags') # Only on tags - needs: - - build - steps: - - name: Checkout code - uses: actions/checkout@v2 - - name: Install rust - uses: actions-rs/toolchain@v1 - - name: Run cargo login - uses: actions-rs/cargo@v1 - with: - command: login - args: ${{ secrets.CRATES_IO_TOKEN }} - - name: Run cargo publish - uses: actions-rs/cargo@v1 - with: - command: publish \ No newline at end of file + fail_ci_if_error: true \ No newline at end of file