mirror of
https://github.com/actions/publish-action.git
synced 2025-06-03 11:00:41 +02:00
Fix a typo in action.yml
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
This commit is contained in:
parent
538a3f417c
commit
827de551fd
@ -1,5 +1,5 @@
|
|||||||
name: 'Publish action versions'
|
name: 'Publish action versions'
|
||||||
description: 'Move the major version tag to point to the specified ref'
|
description: 'Move the major version tag to point to a specified ref'
|
||||||
inputs:
|
inputs:
|
||||||
source-tag:
|
source-tag:
|
||||||
description: 'Tag name that the major tag will point to. Examples: v1.2.3, 1.2.3'
|
description: 'Tag name that the major tag will point to. Examples: v1.2.3, 1.2.3'
|
||||||
@ -12,4 +12,4 @@ outputs:
|
|||||||
description: 'The major version tag that has been updated (created). Examples: v1, 1'
|
description: 'The major version tag that has been updated (created). Examples: v1, 1'
|
||||||
runs:
|
runs:
|
||||||
using: 'node12'
|
using: 'node12'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user