We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ec737a + aa99a3c commit 4e4b198Copy full SHA for 4e4b198
.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