Skip to content

Commit

Permalink
version set to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Oct 7, 2024
1 parent 1a12eba commit bf4b7f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FROM ubuntu:24.04

LABEL "repository"="https://github.com/yegor256/latexmk-action"
LABEL "maintainer"="Yegor Bugayenko"
LABEL "version"="0.0.0"
LABEL "version"="0.14.0"

WORKDIR /action

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ branding:
color: orange
runs:
using: 'docker'
image: 'docker://yegor256/latexmk-action:latest'
image: 'docker://yegor256/latexmk-action:0.14.0'
inputs:
path:
description: 'The directory with Makefile'
Expand Down
2 changes: 1 addition & 1 deletion entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fi
cd "${INPUT_PATH-.}" || exit 1
ls -al

echo "latexmk-action 0.0.0"
echo "latexmk-action 0.14.0"

read -r -a opts <<< "${INPUT_OPTS}"
${INPUT_CMD} "${opts[@]}"

0 comments on commit bf4b7f6

Please sign in to comment.