File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -45,19 +45,19 @@ jobs:
45
45
- name : Build Package
46
46
run : ./scripts/build.sh
47
47
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
51
51
52
- - name : Upload test coverage
53
- uses : codecov/codecov-action@v1
52
+ # - name: Upload test coverage
53
+ # uses: codecov/codecov-action@v1
54
54
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
58
58
59
- - name : Publish to npm
59
+ - name : Publish to npm (@dapr/dapr)
60
60
# if: env.DEPLOY_PACKAGE == 'true'
61
- run : npm run build && npm pack && npm publish build/ --access public
61
+ run : npm publish build/ --access public
62
62
env :
63
63
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments