Add upload url to release action
Signed-off-by: Alec Delaney <89490472+tekktrik@users.noreply.github.com>
This commit is contained in:
parent
3e0b49490f
commit
f19d2424c5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release_gh.yml
vendored
1
.github/workflows/release_gh.yml
vendored
|
@ -16,3 +16,4 @@ jobs:
|
|||
uses: adafruit/workflows-circuitpython-libs/release-gh@main
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
upload-url: ${{ github.event.release.upload_url }}
|
||||
|
|
Loading…
Reference in a new issue