Skip to content

Commit cf166c1

Browse files
committed
feat: Define outputs in action.yaml
1 parent fdb0d2e commit cf166c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

action.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
name: Merge Release
22
description: Deploy your package to NPM and Github using semantic versioning
3+
34
branding:
45
icon: upload-cloud
56
color: purple
7+
68
runs:
79
using: docker
810
image: Dockerfile
11+
12+
outputs:
13+
version:
14+
description: The new version used as the release version
15+
916
inputs:
1017
GITHUB_TOKEN:
1118
description: Github token to allow tagging the version

0 commit comments

Comments
 (0)