Merge pull request #735 from AlexGustafsson/fix/tags
Change version / tag format to follow conventions
This commit is contained in:
commit
d88c6a42c2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue