Skip to content

Commit

Permalink
[#234] Change to use strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangmirs committed Oct 22, 2023
1 parent 3bb54fb commit 92b5b20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
permissions:
contents: write
pull-requests: write
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -46,7 +48,6 @@ jobs:
echo "The latest version is the same as the current version."
exit 1
fi
continue-on-error: true
- name: Bump version to the next minor version
if: steps.compare_versions.outcome == 'failure'
Expand Down

0 comments on commit 92b5b20

Please sign in to comment.