From 24a5891f75fe824189d038e30396da61e07f4b43 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Mon, 15 Sep 2025 15:53:40 +0200 Subject: [PATCH] ci: allow npm publishing --- .github/workflows/publish-to-npm-on-tag.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-to-npm-on-tag.yml b/.github/workflows/publish-to-npm-on-tag.yml index cd9e5715..069455e2 100644 --- a/.github/workflows/publish-to-npm-on-tag.yml +++ b/.github/workflows/publish-to-npm-on-tag.yml @@ -21,7 +21,6 @@ jobs: NPM_TOKEN: ${{secrets.NPM_TOKEN}} TAG_NAME: ${{github.ref_name}} run: | - exit 0 # for now disable. npm config set registry 'https://wombat-dressing-room.appspot.com/' npm config set '//wombat-dressing-room.appspot.com/:_authToken' '${NPM_TOKEN}' npm publish --provenance --access public