File tree Expand file tree Collapse file tree 8 files changed +18
-13
lines changed
Expand file tree Collapse file tree 8 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 6161 working-directory : npm/cli-win32-x64
6262 env : { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
6363
64+ - name : Publish @yaakapp/cli-win32-arm64
65+ run : npm publish --provenance --access public
66+ working-directory : npm/cli-win32-arm64
67+ env : { NODE_AUTH_TOKEN: "${{ secrets.NPM_TOKEN }}" }
68+
6469 - name : Publish @yaakapp/cli
6570 run : npm publish --provenance --access public
6671 working-directory : npm/cli
Original file line number Diff line number Diff line change 11{
22 "name" : " @yaakapp/cli-darwin-arm64" ,
3- "version" : " 0.0.39 " ,
3+ "version" : " 0.0.1 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git+https://github.com/mountain-loop/yaak-cli.git"
Original file line number Diff line number Diff line change 11{
22 "name" : " @yaakapp/cli-darwin-x64" ,
3- "version" : " 0.0.39 " ,
3+ "version" : " 0.0.1 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git+https://github.com/mountain-loop/yaak-cli.git"
Original file line number Diff line number Diff line change 11{
22 "name" : " @yaakapp/cli-linux-arm64" ,
3- "version" : " 0.0.39 " ,
3+ "version" : " 0.0.1 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git+https://github.com/mountain-loop/yaak-cli.git"
Original file line number Diff line number Diff line change 11{
22 "name" : " @yaakapp/cli-linux-x64" ,
3- "version" : " 0.0.39 " ,
3+ "version" : " 0.0.1 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git+https://github.com/mountain-loop/yaak-cli.git"
Original file line number Diff line number Diff line change 11{
22 "name" : " @yaakapp/cli-win32-arm64" ,
3- "version" : " 0.0.39 " ,
3+ "version" : " 0.0.1 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git+https://github.com/mountain-loop/yaak-cli.git"
Original file line number Diff line number Diff line change 11{
22 "name" : " @yaakapp/cli-win32-x64" ,
3- "version" : " 0.0.39 " ,
3+ "version" : " 0.0.1 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git+https://github.com/mountain-loop/yaak-cli.git"
Original file line number Diff line number Diff line change 11{
22 "name" : " @yaakapp/cli" ,
3- "version" : " 0.0.39 " ,
3+ "version" : " 0.0.1 " ,
44 "main" : " ./index.js" ,
55 "repository" : {
66 "type" : " git" ,
1414 "yaakcli" : " bin/cli.js"
1515 },
1616 "optionalDependencies" : {
17- "@yaakapp/cli-darwin-x64" : " 0.0.39 " ,
18- "@yaakapp/cli-darwin-arm64" : " 0.0.39 " ,
19- "@yaakapp/cli-linux-arm64" : " 0.0.39 " ,
20- "@yaakapp/cli-linux-x64" : " 0.0.39 " ,
21- "@yaakapp/cli-win32-x64" : " 0.0.39 " ,
22- "@yaakapp/cli-win32-arm64" : " 0.0.39 "
17+ "@yaakapp/cli-darwin-x64" : " 0.3.3 " ,
18+ "@yaakapp/cli-darwin-arm64" : " 0.3.3 " ,
19+ "@yaakapp/cli-linux-arm64" : " 0.3.3 " ,
20+ "@yaakapp/cli-linux-x64" : " 0.3.3 " ,
21+ "@yaakapp/cli-win32-x64" : " 0.3.3 " ,
22+ "@yaakapp/cli-win32-arm64" : " 0.3.3 "
2323 }
2424}
You can’t perform that action at this time.
0 commit comments