Add upload url to release action

Signed-off-by: Alec Delaney <89490472+tekktrik@users.noreply.github.com>
This commit is contained in:
Alec Delaney 2023-01-19 23:39:55 -05:00
parent 3e0b49490f
commit f19d2424c5

View file

@ -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 }}