From 09fc88b1177e24aeb75ebca9d784b6dbcd252786 Mon Sep 17 00:00:00 2001 From: r48b1t Date: Sun, 10 Sep 2023 20:47:03 +0530 Subject: [PATCH] Updating correct name --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 239c641..1f874fb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,6 +50,6 @@ jobs: run: yarn install --immutable - name: Publish npmjs packages - run: ./scripts/npm-publish + run: ./scripts/npm-publish.sh env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}