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