Skip to content

Commit 8ce3f03

Browse files
committed
fix: CI
1 parent a85f40e commit 8ce3f03

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

.github/workflows/release.yml

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

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)