Skip to content

Commit

Permalink
Don't error if update needed (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Apr 2, 2024
1 parent 6a6dd9d commit 721f8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Commit Attrs
run: |
git update-index --refresh
git update-index --refresh || true
git diff-index --quiet HEAD -- || git commit -m "Update attrs values before release [skip ci]" dkist/data/api_search_values.json
- name: Install towncrier
Expand Down

0 comments on commit 721f8b5

Please sign in to comment.