forked from zebra-lucky/actions-js-getRelease
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a6629cb
commit ae63014
Showing
6 changed files
with
9,768 additions
and
26,313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
name: 'Get Release' | ||
name: 'Get the upload URL for a release' | ||
description: 'Get release by tag name and set upload_url output if exists' | ||
inputs: | ||
tag: | ||
description: 'release tag name' | ||
required: true | ||
outputs: | ||
upload_url: | ||
description: 'url to upload assets' | ||
not_found: | ||
description: 'set to true if release is not found' | ||
description: 'The URL for uploading assets to the release' | ||
runs: | ||
using: 'node12' | ||
main: 'dist/index.js' | ||
using: 'node16' | ||
main: 'dist/index.js' |
Oops, something went wrong.