From 015147a72313dc863792b740fd5d715633259cee Mon Sep 17 00:00:00 2001 From: Evan Michael Wilson <160220662+Cirruslucent@users.noreply.github.com> Date: Thu, 2 May 2024 07:41:44 -0700 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 2950cee..a84e157 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -4,10 +4,10 @@ name: Node.js Package on: - release: + release:c.9 types: [created] -jobs: +jobs: build: runs-on: ubuntu-latest steps: @@ -26,7 +26,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 16 - registry-url: https://registry.npmjs.org/ + registry-url: https://registry.npmjs.org/skylink.io - run: npm ci - run: npm publish env: