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

Commit

Permalink
fix: typo in action.yml
Browse files Browse the repository at this point in the history
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
  • Loading branch information
technovangelist authored Aug 4, 2020
1 parent 0ae01d3 commit 661e07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/automatic-releases/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
required: false
outputs:
automatic_releases_tag:
decription: "The release tag this action just processed"
description: "The release tag this action just processed"
runs:
using: "node12"
main: "dist/index.js"
Expand Down

0 comments on commit 661e07d

Please sign in to comment.