diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 90a08a9..160d421 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -50,4 +50,4 @@ jobs: scope: "@doist" - run: npm publish env: - NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}} + NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} diff --git a/package-lock.json b/package-lock.json index 7bbe57d..98551dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/react-interpolate", - "version": "0.3.6", + "version": "0.3.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/react-interpolate", - "version": "0.3.6", + "version": "0.3.7", "license": "ISC", "dependencies": { "@babel/runtime": "^7.16.3" diff --git a/package.json b/package.json index 43291b7..a1a4da2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@doist/react-interpolate", - "version": "0.3.6", + "version": "0.3.7", "description": "A string interpolation component that formats and interpolates a template string in a safe way", "main": "dist/react-interpolate.cjs", "module": "dist/react-interpolate.mjs",