Skip to content

Commit 6113bde

Browse files
committed
fix: CI
1 parent a85f40e commit 6113bde

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

go.work

Lines changed: 0 additions & 3 deletions
This file was deleted.

go.work.sum

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)