Skip to content

Commit

Permalink
upgrade cargo-release
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmorem committed Nov 16, 2023
1 parent 5ef4a7f commit 9e74914
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
profile: minimal
components: rustfmt

- name: Install deps
Expand Down Expand Up @@ -53,6 +52,6 @@ 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 --version 0.24.8 cargo-release
cargo release patch --execute --no-confirm --push-remote upstream
cargo install --force --version 0.25.0 cargo-release
cargo release --execute --no-confirm --push-remote upstream patch
fi

0 comments on commit 9e74914

Please sign in to comment.