fix(ci): markdown png not updated

This commit is contained in:
lowlighter
2022-01-17 22:33:49 -05:00
parent 418d70b594
commit 2c8c691f53
7 changed files with 20 additions and 69 deletions

View File

@@ -154,7 +154,7 @@ jobs:
docker-release:
name: Publish release to GitHub registry
runs-on: ubuntu-latest
needs: [ action-master-test ]
needs: [ action-master-test, publish-examples ]
if: contains(github.event.head_commit.message, '[release]')
steps:
- name: Checkout repository