Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 526ce12

Browse files
committed
Update release files for tag: latest
1 parent 4951e72 commit 526ce12

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

README.md

+9
Original file line numberDiff line numberDiff 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.

action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ inputs:
2525
outputs:
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"
2830
runs:
2931
using: "node12"
3032
main: "dist/index.js"

dist/index.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)