Skip to content

Commit

Permalink
Merge pull request #264 from XavierGeerinck/issue_263
Browse files Browse the repository at this point in the history
Resolve build step and upload the correct folder
  • Loading branch information
XavierGeerinck authored May 13, 2022
2 parents e4f8245 + 5e760a6 commit c3eebe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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 }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c3eebe0

Please sign in to comment.