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