From 777be77f73de3d02ba792a03e04931850a6342e4 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 22 Mar 2020 16:00:01 +0100 Subject: [PATCH] disable GitHub packsge registry publishing * the new registry-url is not picked up by following publish step --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7f1a18..baf1764 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,10 +39,10 @@ jobs: - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - - uses: actions/setup-node@v1 - with: - node-version: '13.x' - registry-url: 'https://npm.pkg.github.com' - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # - uses: actions/setup-node@v1 + # with: + # node-version: '13.x' + # registry-url: 'https://npm.pkg.github.com' + # - run: npm publish + # env: + # NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}