docs: Update README

With correct way to skip a Github release step if changelog step was skipped
releases/v3
Tycho Bokdam 2020-06-12 08:20:40 +02:00 committed by GitHub
parent 24dece1cca
commit 5b359dda80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Github releases
- name: Create Release - name: Create Release
uses: actions/create-release@v1 uses: actions/create-release@v1
if: ${{ !steps.changelog.outputs.skipped }} if: ${{ steps.changelog.outputs.skipped == 'false' }}
env: env:
GITHUB_TOKEN: ${{ secrets.github_token }} GITHUB_TOKEN: ${{ secrets.github_token }}
with: with: