diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index a8b9041..d5cd86a 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -50,7 +50,7 @@ jobs: cargo doc --all-features git config --local user.email "actions@users.noreply.github.com" git config --local user.name "github-actions[bot]" - git remote add upstream https://rushmorem:${{ secrets.GITHUB_TOKEN }}@github.com/addr-rs/psl.git + git remote add origin 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.3.30 release-plz @@ -58,5 +58,4 @@ jobs: git add Cargo.toml git commit -m 'bump version' /home/runner/.cargo/bin/release-plz release - git push upstream main fi diff --git a/Cargo.toml b/Cargo.toml index 921aaf0..84bfe82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "psl" description = "Extract root domain and suffix from a domain name" -version = "2.1.6" +version = "2.1.7" license = "MIT/Apache-2.0" repository = "https://github.com/addr-rs/psl" documentation = "https://docs.rs/psl"