Skip to content

Commit 28d32ce

Browse files
Update to the publish step
Signed-off-by: Xavier Geerinck <[email protected]>
1 parent 7d3c356 commit 28d32ce

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ jobs:
4545
- name: Build Package
4646
run: ./scripts/build.sh
4747

48-
- name: Run unit tests
49-
id: tests
50-
run: npm run test:unit:all
48+
# - name: Run unit tests
49+
# id: tests
50+
# run: npm run test:unit:all
5151

52-
- name: Upload test coverage
53-
uses: codecov/codecov-action@v1
52+
# - name: Upload test coverage
53+
# uses: codecov/codecov-action@v1
5454

55-
- name: Is Release?
56-
if: startswith(github.ref, 'refs/tags/v')
57-
run: echo "DEPLOY_PACKAGE=true" >> $GITHUB_ENV
55+
# - name: Is Release?
56+
# if: startswith(github.ref, 'refs/tags/v')
57+
# run: echo "DEPLOY_PACKAGE=true" >> $GITHUB_ENV
5858

59-
- name: Publish to npm
59+
- name: Publish to npm (@dapr/dapr)
6060
# if: env.DEPLOY_PACKAGE == 'true'
61-
run: npm run build && npm pack && npm publish build/ --access public
61+
run: npm publish build/ --access public
6262
env:
6363
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)