We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec737a commit 26138a5Copy full SHA for 26138a5
.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