From 590cb8ac9d2e4d30de826aec97c6f24c25c82dc7 Mon Sep 17 00:00:00 2001 From: Daniel Blanco Parla Date: Wed, 19 Apr 2023 11:54:31 +0200 Subject: [PATCH] fix: workflow typo --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 53213ac..2262270 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: # Defaults to the user or organization that owns the workflow file scope: '@stabilityprotocol' - name: Install dependencies 🏗️ - run: yarn isntall --frozen-lockfile + run: yarn install --frozen-lockfile - name: Build package 👷‍♀️ run: yarn build - name: Publish package 📦