From 11895dd5423322c594cd3d7db6143dca5eb0ff05 Mon Sep 17 00:00:00 2001 From: Trayan Azarov Date: Wed, 8 May 2024 10:02:27 +0300 Subject: [PATCH] chore: Added comment about npm registry --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 4b4d94b..8562de3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: '18' - registry-url: 'https://npm.pkg.github.com' + registry-url: 'https://npm.pkg.github.com' # this is important for the publishing step - name: Create Beta Tag id: tag run: |