GitHub Actions - make *Update Changelog* job dependent on the *Publish Plugin*

pull/25/head
Jakub Chrzanowski 4 years ago committed by Jakub Chrzanowski
parent ca741cec1a
commit 741869f9cc

@ -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:

@ -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

Loading…
Cancel
Save