We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b029a5 commit cc013bbCopy full SHA for cc013bb
.github/workflows/publish-to-testpypi.yaml
@@ -60,11 +60,13 @@ jobs:
60
61
- name: Create GitHub Release
62
env:
63
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
RELEASE_NAME: ${{ steps.create_release_name.outputs.RELEASE_NAME }}
- NOTES: ${{ github.head_ref }}
65
+ NOTES: "Test Release"
66
run: gh release create $RELEASE_NAME --repo $GITHUB_REPO --notes $NOTES
67
68
- name: Upload GitHub Release
69
70
71
72
run: gh release upload $RELEASE_NAME dist/** --repo $GITHUB_REPO
0 commit comments