From e252eeda272a47d8c07e8e6e012ca04072e16031 Mon Sep 17 00:00:00 2001 From: Katie Gengler Date: Thu, 15 Jun 2023 12:49:40 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cb0794..d409689 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: npm run build # Add whatever you need to build your pacakage here + - run: npm run build # Add whatever you need to build your package here - uses: kategengler/put-built-npm-package-contents-on-branch@v1.0.0 with: branch: ${{ github.head_ref || github.ref_name }}-dist