From 5b359dda80daf425fd5bb23405939f4727664910 Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Fri, 12 Jun 2020 08:20:40 +0200 Subject: [PATCH] docs: Update README With correct way to skip a Github release step if changelog step was skipped --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85eb1c8..5bfde77 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Github releases - name: Create Release uses: actions/create-release@v1 - if: ${{ !steps.changelog.outputs.skipped }} + if: ${{ steps.changelog.outputs.skipped == 'false' }} env: GITHUB_TOKEN: ${{ secrets.github_token }} with: