We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7eebd5 commit bff9ba3Copy full SHA for bff9ba3
action.yml
@@ -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