From 3734ef8465d9db5021262fa558ab9d9bf9c9b724 Mon Sep 17 00:00:00 2001 From: delianides Date: Sat, 29 Aug 2020 10:35:55 -0600 Subject: [PATCH] publish workflow change --- .github/workflows/npm-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index aa47c4e..4ab457b 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: '12.x' registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: '12.x' registry-url: https://npm.pkg.github.com/ - run: npm ci - run: npm publish