Skip to content

Commit

Permalink
force git release
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmorem committed Nov 16, 2023
1 parent 42b308b commit adb6a0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand All @@ -58,4 +57,3 @@ jobs:
git add Cargo.toml
git commit -m 'bump version'
/home/runner/.cargo/bin/release-plz release --verbose
fi

0 comments on commit adb6a0e

Please sign in to comment.