From b94d2aac700bbe7f411779735bf673b663da0620 Mon Sep 17 00:00:00 2001 From: Oleksii Yaremenko Date: Thu, 18 May 2023 15:45:55 +0200 Subject: [PATCH] Update release_publish_to_npm.yml --- .github/workflows/release_publish_to_npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_publish_to_npm.yml b/.github/workflows/release_publish_to_npm.yml index 08effd6..ee6db25 100644 --- a/.github/workflows/release_publish_to_npm.yml +++ b/.github/workflows/release_publish_to_npm.yml @@ -20,6 +20,6 @@ jobs: registry-url: https://registry.npmjs.org/ # Publish to npm - - run: npm publish com.stansassets.plugins-dev-kit --access public + - run: npm publish --access public env: NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}