We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec737a commit aa99a3cCopy full SHA for aa99a3c
.github/workflows/release_gh.yml
@@ -15,5 +15,6 @@ jobs:
15
- name: Run GitHub Release CI workflow
16
uses: adafruit/workflows-circuitpython-libs/release-gh@main
17
with:
18
+ package-prefix: "asyncio"
19
github-token: ${{ secrets.GITHUB_TOKEN }}
20
upload-url: ${{ github.event.release.upload_url }}
0 commit comments