mirror of
https://github.com/yanhao98/semantic-release-action.git
synced 2025-07-12 23:30:48 +08:00
14 lines
305 B
YAML
14 lines
305 B
YAML
name: 'The name of your action here'
|
|
description: 'Provide a description here'
|
|
author: 'Your name or organization here'
|
|
branding:
|
|
icon: 'heart'
|
|
color: 'red'
|
|
outputs:
|
|
next_release_version:
|
|
description: 'Version of the new release'
|
|
runs:
|
|
# pre: 'index.mjs'
|
|
using: 'node20'
|
|
main: 'index.mjs'
|