mirror of
https://github.com/yanhao98/semantic-release-action.git
synced 2025-07-12 23:30:48 +08:00
feat: first commit
This commit is contained in:
10
action.yml
Normal file
10
action.yml
Normal file
@ -0,0 +1,10 @@
|
||||
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'
|
Reference in New Issue
Block a user