Skip to content

Commit 869e472

Browse files
Merge pull request #28 from devgateway/task/DVIZ-24/admin-docker-optimization
chore(DVIZ-24): fix pre-release workflow
2 parents de90df7 + 6ddce03 commit 869e472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Get Current Date And Time
3333
id: current_date
34-
run: echo "current_date=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT
34+
run: echo "current_date=$(date +'%Y%m%d%')" >> $GITHUB_OUTPUT
3535

3636
- name: Generate Tag
3737
id: tag_version

0 commit comments

Comments
 (0)