Skip to content

Commit 2dc2d1d

Browse files
committed
refactor: forking in progress
1 parent 1882c91 commit 2dc2d1d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-all.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
- name: Checkout
2929
uses: actions/checkout@v4
3030

31+
- name: Initialize tags (best-effort)
32+
shell: bash
33+
run: |
34+
set -euo pipefail
35+
chmod +x scripts/init-tags.sh
36+
OPENAMI_DIR=openami scripts/init-tags.sh
37+
3138
- name: Matrix discovery (strict)
3239
id: discover
3340
shell: bash

0 commit comments

Comments
 (0)