Skip to content

Commit 4e4b198

Browse files
authored
Merge pull request #41 from Neradoc/fix-package-prefix
Add the package-prefix parameter to the github release action
2 parents 6ec737a + aa99a3c commit 4e4b198

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release_gh.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ jobs:
1515
- name: Run GitHub Release CI workflow
1616
uses: adafruit/workflows-circuitpython-libs/release-gh@main
1717
with:
18+
package-prefix: "asyncio"
1819
github-token: ${{ secrets.GITHUB_TOKEN }}
1920
upload-url: ${{ github.event.release.upload_url }}

0 commit comments

Comments
 (0)