File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
node-version : 12
32
32
registry-url : https://registry.npmjs.org/
33
- - run : npm ci
34
- - run : npm publish
33
+
34
+ - name : Publish
35
+ run : |
36
+ npm ci
37
+ npm publish
35
38
env :
36
39
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
37
40
47
50
with :
48
51
node-version : 12
49
52
registry-url : https://npm.pkg.github.com/
50
- - run : npm ci
51
- - run : npm publish
53
+
54
+ - name : Publish
55
+ run : |
56
+ npm ci
57
+ npm publish
52
58
env :
53
- NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
59
+ NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 24
24
github_token : ${{ secrets.GITHUB_TOKEN }}
25
25
publish_dir : ./example-dist
26
26
user_name : ${{ secrets.CI_NAME }}
27
- user_email : ${{ secrets.CI_EMAIL }}
27
+ user_email : ${{ secrets.CI_EMAIL }}
You can’t perform that action at this time.
0 commit comments