File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,14 +36,15 @@ jobs:
3636
3737 - name : Setup tmate session
3838 uses : mxschmitt/action-tmate@v3
39+ - run : chmod +x ./scrolls-registry
3940 - name : Building only version updates
40- run : ./scroll -registry build -d ./scrolls -c
41+ run : ./scrolls -registry build -d ./scrolls -c
4142 - name : Pushing new scrolls
4243 shell : bash
4344 run : |
44- ./scroll -registry push -d ./scrolls -t packages
45- ./scroll -registry push -d ./scrolls -t registry-index
45+ ./scrolls -registry push -d ./scrolls -t packages
46+ ./scrolls -registry push -d ./scrolls -t registry-index
4647 - name : Pushing new scrolls i18n
47- run : ./scroll -registry push -d ./scrolls -t translations
48+ run : ./scrolls -registry push -d ./scrolls -t translations
4849 - name : Cleanup
49- run : ./scroll -registry clean
50+ run : ./scrolls -registry clean
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments