Skip to content

Commit

Permalink
chore: remove test and rename job to publish-crate in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ludndev committed Jul 17, 2024
1 parent 1d0deae commit 7be52c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if: failure()
run: echo "Release process failed, check logs for details."

publish:
publish-crate:
runs-on: ubuntu-latest

steps:
Expand All @@ -83,8 +83,5 @@ jobs:
- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose

- name: Publish to Crates.io
run: cargo publish --token ${CRATES_TOKEN}

0 comments on commit 7be52c0

Please sign in to comment.