Skip to content

Commit ccf37ea

Browse files
committed
ci: fix release schema build
1 parent c7cad04 commit ccf37ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14+
- name: Generate schemas
15+
run: |
16+
make schemas
17+
tar -czf schemas.tar.gz schemas/
18+
1419
- name: Create version map
1520
run: make version-map
1621

1722
- name: Optimize contracts
1823
run: make build
1924

20-
- name: Generate schemas
21-
run: |
22-
make schemas
23-
tar -czf schemas.tar.gz schemas/
24-
2525
- name: Create artifacts archive
2626
run: tar -czf contracts.tar.gz artifacts/
2727

0 commit comments

Comments
 (0)