From 0217df3ac7cd517c34121868e9112995ec4ef5d9 Mon Sep 17 00:00:00 2001 From: rafay-pk <61909509+rafay-pk@users.noreply.github.com> Date: Sun, 9 Apr 2023 08:32:28 +0500 Subject: [PATCH] Cloud Build Fix Try@5 --- .github/workflows/python-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index c1aafab..0fdc06b 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -49,8 +49,8 @@ jobs: # run: echo "commits=$(( $(git rev-list --count $(git rev-parse --abbrev-ref HEAD)) + 1))" >>$GITHUB_OUTPUT - name: Create Release Name id: release_name - shell: powershell - run: echo "release=$(Get-Date -Format "ddMMyy-HHmm")" >> $GITHUB_OUTPUT + shell: bash + run: echo "release=$(date +%d%m%Y-%H%M)" >> $GITHUB_OUTPUT - name: Create GitHub Release id: create_release uses: actions/create-release@v1