Skip to content

Commit

Permalink
- small syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ozanMSFT authored Jun 24, 2024
1 parent 4a98014 commit 53fe280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.RELEASE_VERSION }}
release_name: Daily Release ${{ env.RELEASE_VERSION }}
release_name: Daily Release - ${{ env.RELEASE_VERSION }}
body: 'PyTorch release wheel for Windows on ARM64 (cpu-only) (RelWithDebInfo)'
draft: false
prerelease: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ env.RELEASE_VERSION }}
release_name: Manual Release ${{ env.RELEASE_VERSION }}
release_name: Manual Release - ${{ env.RELEASE_VERSION }}
body: 'PyTorch release wheel for Windows on ARM64 (cpu-only) (RelWithDebInfo)'
draft: false
prerelease: false
Expand Down

0 comments on commit 53fe280

Please sign in to comment.