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

This commit is contained in:
Jakub Chrzanowski
2020-08-07 10:39:37 +02:00
committed by Jakub Chrzanowski
parent ca741cec1a
commit 741869f9cc
2 changed files with 2 additions and 0 deletions

View File

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