Skip to content

Commit

Permalink
Prepare release v1.1.1 (#71)
Browse files Browse the repository at this point in the history
* Release v1.1.1

* Update README.md
  • Loading branch information
hspaans authored Nov 30, 2021
1 parent 226d1c1 commit ad2102b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v2

- name: Generate PDF document
uses: hspaans/[email protected].0
uses: hspaans/[email protected].1
with:
format: pdf
filename: article.tex
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/hspaans/latexmk-action:1.1.0'
image: 'docker://ghcr.io/hspaans/latexmk-action:1.1.1'
env:
ACTION_FORMAT: ${{ inputs.format }}
ACTION_FILENAME: ${{ inputs.filename }}
Expand Down

0 comments on commit ad2102b

Please sign in to comment.