File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,17 +33,15 @@ jobs:
3333 latest : true
3434 fileName : " scrolls-registry"
3535 token : ${{ secrets.GO_REPO_TOKEN }}
36-
37- - name : Setup tmate session
38- uses : mxschmitt/action-tmate@v3
36+ - run : chmod +x ./scrolls-registry
3937 - name : Building only version updates
40- run : ./scroll -registry build -d ./scrolls -c
38+ run : ./scrolls -registry build -d ./scrolls -c
4139 - name : Pushing new scrolls
4240 shell : bash
4341 run : |
44- ./scroll -registry push -d ./scrolls -t packages
45- ./scroll -registry push -d ./scrolls -t registry-index
42+ ./scrolls -registry push -d ./scrolls -t packages
43+ ./scrolls -registry push -d ./scrolls -t registry-index
4644 - name : Pushing new scrolls i18n
47- run : ./scroll -registry push -d ./scrolls -t translations
45+ run : ./scrolls -registry push -d ./scrolls -t translations
4846 - name : Cleanup
49- run : ./scroll -registry clean
47+ 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