Skip to content

Commit

Permalink
ci(action): fix echo
Browse files Browse the repository at this point in the history
  • Loading branch information
wohenbushuang committed Nov 2, 2024
1 parent f131b05 commit d490618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ jobs:
echo "TEXLIVE_YEAR=${{ inputs.input_year }}" >> $GITHUB_ENV; \
echo "YEAR=${{ inputs.input_year }}" >> $GITHUB_ENV; \
fi
echo "TEXLIVE_YEAR=${{ env.TEXLIVE_YEAR }}"
echo "YEAR=${{ env.YEAR }}"; \
echo "TEXLIVE_YEAR=${TEXLIVE_YEAR}"
echo "YEAR=${YEAR}"
# Extract metadata (tags, labels) for Docker
# https://github.com/docker/metadata-action
Expand Down

0 comments on commit d490618

Please sign in to comment.