From fa6246fa6f633a4368d790db5f6c115ce9480299 Mon Sep 17 00:00:00 2001 From: Ajeyakrishna <98796547+Ajeyakrishna-k@users.noreply.github.com> Date: Sun, 17 Dec 2023 15:08:54 +0530 Subject: [PATCH] chore: fix indention in production register commands --- .github/workflows/register-commands-production.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/register-commands-production.yaml b/.github/workflows/register-commands-production.yaml index 9ad37c81..a1d75878 100644 --- a/.github/workflows/register-commands-production.yaml +++ b/.github/workflows/register-commands-production.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v3 with: - node-version: 18.18.2 + node-version: 18.18.2 - run: npm install - run: npm run register env: