diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 986e90e..6649e23 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -53,7 +53,7 @@ jobs: git remote add upstream https://rushmorem:${{ secrets.GITHUB_TOKEN }}@github.com/addr-rs/psl.git git add data/rules.txt src/list.rs git commit -m 'update the list' - cargo install --force --locked --version 0.3.30 release-plz + cargo install --force --locked --version 0.3.108 release-plz /home/runner/.cargo/bin/release-plz update --no-changelog git add Cargo.toml git commit -m 'bump version'