From 6ed1c2ae884ab859fced0bbe8ee3a7a91d7117f9 Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Wed, 25 Sep 2024 11:15:11 -0700 Subject: [PATCH] release: Update calver --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 126436c..fa333a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: # Checkout push-to-registry action github repository - name: Set Calver Date run: | - echo "builddate=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT + echo "builddate=$(date +'%Y.%m.%d')" >> $GITHUB_OUTPUT id: version - name: Checkout Push to Registry action uses: actions/checkout@v4