From 741869f9cc43b2980e3746816e3903281c05247d Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Fri, 7 Aug 2020 10:39:37 +0200 Subject: [PATCH] GitHub Actions - make *Update Changelog* job dependent on the *Publish Plugin* --- .github/workflows/release.yml | 1 + CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac8d3e0..8001150 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,6 +36,7 @@ jobs: # Patch changelog, commit and push to the current repository changelog: name: Update Changelog + needs: release runs-on: ubuntu-latest steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index a083c65..97e269e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ ### Changed - Gradle - remove kotlin("stdlib-jdk8") dependency to decrease the plugin artifact size - Dependencies - bump ktlint to 9.3.0 +- GitHub Actions - make *Update Changelog* job dependent on the *Publish Plugin* ## [0.3.1] ### Changed