Skip to content

Commit

Permalink
Merge pull request #76 from woocommerce/tweak/typo-action-publish-ext…
Browse files Browse the repository at this point in the history
…ension-dev-build

Fix typos in the `publish-extension-dev-build` action
  • Loading branch information
eason9487 authored Aug 29, 2023
2 parents 9ea4383 + 8f94a07 commit 6404d00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:

release-title:
description: The release title.
default: "Latest devlopment build"
default: "Latest development build"

runs:
using: composite
Expand Down Expand Up @@ -47,7 +47,7 @@ runs:
inputs[ 'extension-asset-content-type' ] ??= 'application/zip';
inputs[ 'tag-name' ] ??= 'gha-dev-build';
inputs[ 'release-title' ] ??= 'Latest devlopment build';
inputs[ 'release-title' ] ??= 'Latest development build';
await script( {
github,
Expand Down

0 comments on commit 6404d00

Please sign in to comment.