Skip to content

Commit

Permalink
Merge pull request #41 from Neradoc/fix-package-prefix
Browse files Browse the repository at this point in the history
Add the package-prefix parameter to the github release action
  • Loading branch information
tekktrik authored May 22, 2023
2 parents 6ec737a + aa99a3c commit 4e4b198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ jobs:
- name: Run GitHub Release CI workflow
uses: adafruit/workflows-circuitpython-libs/release-gh@main
with:
package-prefix: "asyncio"
github-token: ${{ secrets.GITHUB_TOKEN }}
upload-url: ${{ github.event.release.upload_url }}

0 comments on commit 4e4b198

Please sign in to comment.