Skip to content

Commit c74d9b6

Browse files
committed
chore: sync canonical release caller (repo-sync 2026-04)
Adds shared release.yml caller from 1mb-dev/.github.
1 parent 6ca1528 commit c74d9b6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: Release
2+
on:
3+
push:
4+
tags: ['v*']
5+
jobs:
6+
release:
7+
uses: 1mb-dev/.github/.github/workflows/release.yml@main

0 commit comments

Comments
 (0)