fix(release): improve handling of no new commit since last build

This commit is contained in:
2021-11-27 01:37:02 +00:00
parent 83b08dc596
commit 30f92f734d
2 changed files with 8 additions and 1 deletions

View File

@@ -125,6 +125,8 @@ jobs:
echo "::set-output name=result::$RESULT"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: echo 'Planned release already seems to exist.'
if: ${{ steps.check.outputs.result == 'fail' }}
build:
runs-on: ${{ inputs.os }}