File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4545 run : npm install --force
4646
4747 - name : Build application
48- run : npm run build:fast
48+ run : npm run build:fast -- --publish never
4949 env :
5050 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5151
7474 run : npm install --force
7575
7676 - name : Build application
77- run : npm run build:win:fast
77+ run : npm run build:win:fast -- --publish never
7878 env :
7979 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8080
@@ -103,7 +103,7 @@ jobs:
103103 run : npm install --force
104104
105105 - name : Build application
106- run : npm run build:mac:fast
106+ run : npm run build:mac:fast -- --publish never
107107 env :
108108 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
109109
@@ -132,7 +132,7 @@ jobs:
132132 run : npm install --force
133133
134134 - name : Build application
135- run : npm run build:mac:fast
135+ run : npm run build:mac:fast -- --publish never
136136 env :
137137 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
138138
You can’t perform that action at this time.
0 commit comments