Files
semantic-release-action/action.yml
2024-10-06 22:34:39 +08:00

11 lines
226 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'
runs:
# pre: 'index.mjs'
using: 'node20'
main: 'index.mjs'