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