Skip to content

Commit

Permalink
Updated tag timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Dec 17, 2024
1 parent abd449e commit 7ccc146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# See https://docs.github.com/en/get-started/using-git/dealing-with-special-characters-in-branch-and-tag-names
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
TAG=v$(date -u '+%Y-%m-%d_%H-%M-%S_%Z')
TAG=v$(date -u '+%Y-%m-%d_%H.%M.%S_%Z')
echo "$TAG"
echo "tag=$TAG" >> $GITHUB_OUTPUT
git tag -a $TAG -m "Published version $TAG" ${GITHUB_SHA}
Expand Down

0 comments on commit 7ccc146

Please sign in to comment.