A js action that converts a release tag to the corresponding asset upload url
Btw. this repo has become useless because:
- There is a native way to do it (see The repo where this action would have been used)
- I found a repo with exactly the same action as the one I coded in this repo (although I heavily researched to find a way to do this before I created this action; also the other repo is way older than mine, but I forgot the name and url)
Required The tag of the release you want to get the upload url from
Required The github api auth token to extended the maximum api request count
The upload url for the release
uses: rvvh472/[email protected]
with:
tag: ${{ github.ref }}
token: ${{ github.token }}
uses: rvvh472/[email protected]
with:
tag: v1.0
token: ${{ github.token }}