Skip to content

Commit 0ee0413

Browse files
committed
use CI to yank partially broken 0.20.0
1 parent f1eaaa4 commit 0ee0413

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ jobs:
4848
4949
- run: cargo test --all-targets
5050
- run: cargo test --features=symphonia-all --all-targets
51+
52+
cargo-yank:
53+
env:
54+
CRATESIO_TOKEN: ${{ secrets.CRATESIO_TOKEN }}
55+
runs-on: ubuntu-latest
56+
steps:
57+
- name: Run cargo yank
58+
run: cargo yank --version '0.20.0' --token $CRATESIO_TOKEN
59+
5160
cargo-publish:
5261
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
5362
env:
@@ -116,4 +125,4 @@ jobs:
116125
git config --global user.email '[email protected]'
117126
version_name="v$version"
118127
git tag -a "$version_name" -m "Release for $version_name"
119-
git push origin $version_name
128+
git push origin $version_name

0 commit comments

Comments
 (0)