From 41a325f5e1de747324410c44ebbebc42f13e4c18 Mon Sep 17 00:00:00 2001 From: Andrey Kernichniy Date: Sun, 8 Mar 2026 12:30:42 +0700 Subject: [PATCH] Update .npmrc and CD workflow --- .forgejo/workflows/release.yml | 4 ++-- .npmrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/release.yml b/.forgejo/workflows/release.yml index 6bdf090..3d42a7b 100644 --- a/.forgejo/workflows/release.yml +++ b/.forgejo/workflows/release.yml @@ -41,7 +41,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 with: - name: gxc-math-${{ github.sha }} + name: gxc-model-base-${{ github.sha }} path: ./dist/ deploy: @@ -53,7 +53,7 @@ jobs: - name: Download artifact uses: actions/download-artifact@v3 with: - name: gxc-math-${{ github.sha }} + name: gxc-model-base-${{ github.sha }} path: ./artifact - name: Setup Node.js diff --git a/.npmrc b/.npmrc index 4e81c49..80b9b9b 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1 @@ -regestry=https://npm.gxc-solutions.ru/ \ No newline at end of file +@gxc-solutions:registry=https://npm.gxc-solutions.ru/ \ No newline at end of file