Merge pull request #735 from AlexGustafsson/fix/tags

Change version / tag format to follow conventions
This commit is contained in:
Alex 2025-07-31 12:38:44 +03:00 committed by GitHub
commit d88c6a42c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
-
name: Get current date
id: date
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"
run: echo "::set-output name=date::$(date +'%Y.%m.%d')"
-
name: Checkout
uses: actions/checkout@v4