.github/workflows/build.yml aktualisiert
Build & Release / build-and-release (push) Successful in 27s
Build & Release / build-and-release (push) Successful in 27s
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
- name: Set release tag to current datetime
|
||||
id: datetime
|
||||
run: |
|
||||
TAG_NAME="$(date -u '+%Y%m%d')"
|
||||
TAG_NAME="$(date -u '+%Y%m%d%H%M%S')"
|
||||
echo "TAG_NAME=$TAG_NAME" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Create Release
|
||||
|
||||
Reference in New Issue
Block a user