Skip to content

Commit

Permalink
Trying actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Dec 16, 2024
1 parent af93c0f commit 1c5d1a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
id: tag
run: |
# 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 -Iseconds | sed 's/[T:\+]/-/g')
echo "$TAG"
echo "tag=$TAG" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 1c5d1a3

Please sign in to comment.