Skip to content

Commit

Permalink
Revert "use CI to yank partially broken 0.20.0"
Browse files Browse the repository at this point in the history
This reverts commit 073fdb1.
Its no longer needed in CI since the yank is done now
  • Loading branch information
dvdsk committed Nov 8, 2024
1 parent 073fdb1 commit 489e184
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@ jobs:
- run: cargo test --all-targets
- run: cargo test --features=symphonia-all --all-targets

cargo-yank:
env:
CRATESIO_TOKEN: ${{ secrets.CRATESIO_TOKEN }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run cargo yank
run: cargo yank --version '0.20.0' --token $CRATESIO_TOKEN

cargo-publish:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
env:
Expand Down Expand Up @@ -126,4 +116,4 @@ jobs:
git config --global user.email '[email protected]'
version_name="v$version"
git tag -a "$version_name" -m "Release for $version_name"
git push origin $version_name
git push origin $version_name

0 comments on commit 489e184

Please sign in to comment.