Skip to content

Commit bff9ba3

Browse files
author
Ahmad Nassri
committed
build(action): include action.yml
1 parent b7eebd5 commit bff9ba3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

action.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Semantic Release
2+
description: Semantic Release with all the presets
3+
4+
branding:
5+
color: red
6+
icon: package
7+
8+
runs:
9+
using: 'node12'
10+
main: 'index.js'

0 commit comments

Comments
 (0)