Add upload url to release action
Signed-off-by: Alec Delaney <89490472+tekktrik@users.noreply.github.com>
This commit is contained in:
parent
759c5c3488
commit
2085495f4e
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
|
uses: adafruit/workflows-circuitpython-libs/release-gh@main
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
upload-url: ${{ github.event.release.upload_url }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue