Skip to content

Commit

Permalink
fix release curl request (NVIDIA#10170)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Koenig <[email protected]>
  • Loading branch information
ko3n1g authored Aug 15, 2024
1 parent c956cb9 commit 5302a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
-H "Authorization: Bearer ${{ secrets.PAT }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/NVIDIA/NeMo/releases \
-d $PAYLOAD
-d "$PAYLOAD"
- name: Build, test, and release wheel
env:
Expand Down

0 comments on commit 5302a3f

Please sign in to comment.