Skip to content

Commit

Permalink
chore: deleting publish crate from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Abraxas-365 committed Apr 16, 2024
1 parent f6a002f commit 2c5d847
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,3 @@ jobs:
command: test
args: --release --all-features

publish_crate:
if: startsWith(github.ref, 'refs/tags/')
needs:
- build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true

0 comments on commit 2c5d847

Please sign in to comment.