Skip to content

Commit

Permalink
Update pandoc/core Docker tag to v2.19 (#357)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 29, 2023
1 parent 7f817c2 commit b7ed32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releasetag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Generate documentation (docbook, html, zip)
run: ./mvnw asciidoctor:process-asciidoc@output-docbook generate-resources -pl chaos-monkey-docs
- name: Convert changelog from docbook to markdown
uses: docker://pandoc/core:2.14
uses: docker://pandoc/core:2.19
with:
args: "-f docbook -t gfm -o changes.md chaos-monkey-docs/target/generated-docbook/changes.xml --wrap=none"
- name: Generate jar with dependencies
Expand Down

0 comments on commit b7ed32c

Please sign in to comment.