File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
25
25
git config user.name "${{ github.actor }}"
26
26
git config user.email "${{ github.actor }}@users.noreply.github.com"
27
27
28
- - name : " Setup npm"
28
+ - name : " Setup npm for npmjs "
29
29
run : |
30
- npm set @ponderingdemocritus: registry= https://npm.pkg.github.com/dojoengine
31
- npm set "//npm.pkg.github.com /:_authToken=${{ secrets.GITHUB_TOKEN }}"
30
+ npm config set registry https://registry.npmjs.org/
31
+ echo "//registry.npmjs.org /:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
32
32
33
33
- name : Install Protobuf Compiler
34
34
run : sudo apt-get install -y protobuf-compiler
Original file line number Diff line number Diff line change 2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
3
"version" : " 1.0.0-alpha.11" ,
4
4
"packages" : [" packages/*" , " examples/*" ],
5
- "npmClient" : " pnpm"
5
+ "npmClient" : " pnpm" ,
6
+ "command" : {
7
+ "publish" : {
8
+ "conventionalCommits" : true ,
9
+ "yes" : true
10
+ }
11
+ }
6
12
}
You can’t perform that action at this time.
0 commit comments