Skip to content

Commit

Permalink
Fix datetime reference in Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Aug 14, 2024
1 parent 3d78ac1 commit d3e87ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mac-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ jobs:
- name: Create Release
uses: ncipollo/release-action@v1
with:
tag: mac-arm-deps-py3.${{ inputs.python_minor }}-${{ steps.date.outputs.date }}
name: Mac ARM Dependencies Python 3.${{ inputs.python_minor }} (${{ steps.date.outputs.date }})
tag: mac-arm-deps-py3.${{ inputs.python_minor }}-${{ steps.date.outputs.datetime }}
name: Mac ARM Dependencies Python 3.${{ inputs.python_minor }} (${{ steps.date.outputs.datetime }})
body: |
Mac ARM dependencies with Nightly PyTorch
Build Date: ${{ steps.date.outputs.date }}
Build Date: ${{ steps.date.outputs.datetime }}
Includes:
- Python 3.${{ inputs.python_minor }} virtual environment
Expand Down

0 comments on commit d3e87ca

Please sign in to comment.