Skip to content

Commit

Permalink
[experimental] do not rely on cancellation
Browse files Browse the repository at this point in the history
It sends a notification.
  • Loading branch information
daniperez committed Aug 15, 2023
1 parent 9eb7755 commit cd6548c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-vale-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Check Vale's last version
id: check-last-version
env:
GH_TOKEN: ${{ github.token }}
run: |
Expand All @@ -31,7 +32,7 @@ jobs:
fi
- name: Version bump
if: ${{ success() }}
if: steps.check-last-version.outputs.VALE_LAST_VERSION
run: |
# Commit version bump (change pyproject.yaml, CHANGELOG and README.md):
VALE_LAST_VERSION=${{ steps.vars.outputs.VALE_LAST_VERSION }}
Expand Down

0 comments on commit cd6548c

Please sign in to comment.