Skip to content

Commit

Permalink
Fix bash
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Aug 26, 2023
1 parent d7b7685 commit 25ea83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Update date
id: update-date
run: |
if $(git diff --quiet certifi/cacert.pem)); then
if ! git diff --quiet certifi/cacert.pem ; then
DATE=$(date +"%Y.%m.%d")
sed -E -i "s/__version__ = .*/__version__ = \"${DATE}\"/" certifi/__init__.py
echo "DATE=${DATE}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 25ea83a

Please sign in to comment.