Skip to content

Commit

Permalink
fixup! Add a workflow to update the Git version and manual pages
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Oct 9, 2023
1 parent 9d5355e commit 35bba15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-git-version-and-manual-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
git diff-files --quiet --ignore-submodules -- hugo.yml &&
exit 0
version="$(git diff hugo.yml | sed -n '/^+ *latest_version: $/{s/.*: /p;q}')"
version="$(git diff hugo.yml | sed -n '/^+ *latest_version: $/{s/.*: //;p;q}')"
echo "result=$version" >>$GITHUB_OUTPUT
git \
Expand Down

0 comments on commit 35bba15

Please sign in to comment.