diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 620927f..00633d9 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -46,7 +46,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} shell: bash run: | - if ! git diff --exit-code --quiet data/rules.txt; then cargo doc --all-features git config --local user.email "actions@users.noreply.github.com" git config --local user.name "github-actions[bot]" @@ -58,4 +57,3 @@ jobs: git add Cargo.toml git commit -m 'bump version' /home/runner/.cargo/bin/release-plz release --verbose - fi