This repository was archived by the owner on May 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed
Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,15 @@ jobs:
109109| `title` | Release title; defaults to the tag name if none specified. | Tag Name |
110110| `files` | Files to upload as part of the release assets. | `null` |
111111
112+ # # Outputs
113+
114+ The following output values can be accessed via `${{ steps.<step-id>.outputs.<output-name> }}` :
115+
116+ | Name | Description | Type |
117+ | ------------------------ | ------------------------------------------------------ | ------ |
118+ | `automatic_releases_tag` | The release tag this action just processed | string |
119+ | `upload_url` | The URL for uploading additional assets to the release | string |
120+
112121# ## Notes:
113122
114123- Parameters denoted with `**` are required.
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ inputs:
2525outputs :
2626 automatic_releases_tag :
2727 description : " The release tag this action just processed"
28+ upload_url :
29+ description : " The URL for uploading additional assets to the release"
2830runs :
2931 using : " node12"
3032 main : " dist/index.js"
You can’t perform that action at this time.
0 commit comments