Skip to content

Commit cc013bb

Browse files
Address copilot comments
1 parent 9b029a5 commit cc013bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-to-testpypi.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,13 @@ jobs:
6060
6161
- name: Create GitHub Release
6262
env:
63+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6364
RELEASE_NAME: ${{ steps.create_release_name.outputs.RELEASE_NAME }}
64-
NOTES: ${{ github.head_ref }}
65+
NOTES: "Test Release"
6566
run: gh release create $RELEASE_NAME --repo $GITHUB_REPO --notes $NOTES
6667

6768
- name: Upload GitHub Release
6869
env:
70+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6971
RELEASE_NAME: ${{ steps.create_release_name.outputs.RELEASE_NAME }}
7072
run: gh release upload $RELEASE_NAME dist/** --repo $GITHUB_REPO

0 commit comments

Comments
 (0)