Skip to content

Commit

Permalink
Cloud Build Fix Try@5
Browse files Browse the repository at this point in the history
  • Loading branch information
rafay-pk committed Apr 9, 2023
1 parent c1d0502 commit 0217df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0217df3

Please sign in to comment.