diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78f93c8b..89f8d2f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: # note: package.json gets updated here for the new package name - name: Publish to npm (@dapr/dapr) if: env.DEPLOY_PACKAGE == 'true' - run: npm publish --access public + run: npm publish build/ --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} @@ -69,6 +69,6 @@ jobs: # note: package.json gets updated here for the new package name - name: "[dapr-client] Publish to npm (dapr-client)" if: env.DEPLOY_PACKAGE == 'true' - run: npm publish --access public + run: npm publish build/ --access public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/package.json b/package.json index 48f8b0ad..a0b43bea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dapr/dapr", - "version": "2.2.0", + "version": "2.2.1", "description": "The official Dapr (https://dapr.io) SDK for Node.js", "types": "http/index.d.ts", "scripts": {