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

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