Skip to content

Commit

Permalink
Fix draft release body
Browse files Browse the repository at this point in the history
  • Loading branch information
frozenbonito committed May 6, 2020
1 parent 8e8f1e4 commit 4e240ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
release_name: Release ${{ github.ref }}
body: |
Changes in this release
- Update [pandoc/latex](https://hub.docker.com/r/pandoc/latex) (base image) to ${VERSION}
- Update [pandoc/latex](https://hub.docker.com/r/pandoc/latex) (base image) to ${{ env.VERSION }}
Images:
- `frozenbonito/pandoc-eisvogel-ja:${VERSION}`
- `frozenbonito/pandoc-eisvogel-ja:${VERSION}-plantuml`
- `frozenbonito/pandoc-eisvogel-ja:${{ env.VERSION }}`
- `frozenbonito/pandoc-eisvogel-ja:${{ env.VERSION }}-plantuml`
draft: true

0 comments on commit 4e240ac

Please sign in to comment.