diff --git a/.github/workflows/release-testing-npm-version.yml b/.github/workflows/release-testing-npm-version.yml index 457bf18f..af309d45 100644 --- a/.github/workflows/release-testing-npm-version.yml +++ b/.github/workflows/release-testing-npm-version.yml @@ -44,4 +44,4 @@ jobs: - uses: mshick/add-pr-comment@v2 with: message: | - :tada: A new testing version of this package has been published to NPM. You can install it with `npm install @10up/block-components@${{ steps.package-version.outputs.current-version}} \ No newline at end of file + :tada: A new testing version of this package has been published to NPM. You can install it with `npm install @10up/block-components@${{ steps.package-version.outputs.current-version}}` \ No newline at end of file