Skip to content
This repository was archived by the owner on May 5, 2024. It is now read-only.

Commit 661e07d

Browse files
fix: typo in action.yml
There is a key in action.yml that should be description but is in the file as decription. This commit is a duplicate of PR #37 with the sole change of being a 'conventional commit' Fixes #36
1 parent 0ae01d3 commit 661e07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/automatic-releases/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inputs:
2424
required: false
2525
outputs:
2626
automatic_releases_tag:
27-
decription: "The release tag this action just processed"
27+
description: "The release tag this action just processed"
2828
runs:
2929
using: "node12"
3030
main: "dist/index.js"

0 commit comments

Comments
 (0)