From 5e86f4f6a407fe00be484f6af8faf71c647a49b5 Mon Sep 17 00:00:00 2001 From: Muthurajan Sivasubramanian <93245779+msivasubramaniaan@users.noreply.github.com> Date: Tue, 15 Jul 2025 18:09:17 +0530 Subject: [PATCH] Revert "Update CI.yaml (#1101)" This reverts commit 8c4c22f65141e098052e23d4ff017065e022ebbe. --- .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 4dd8f8eb..e8a40388 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -76,7 +76,7 @@ jobs: - name: Publish if: ${{ success() && runner.os == 'Linux' && github.event_name == 'push' && github.ref == 'refs/heads/main'}} run: | - yarn config set npmAuthToken 123 + yarn config set npmAuthToken $NODE_AUTH_TOKEN yarn publish --tag next --no-git-tag-version --prepatch --preid "$(git rev-parse --short HEAD)" env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}