Skip to content

Commit a097482

Browse files
ashsoleiclaude
andauthored
ci: add release workflow calling release-python.yml (#24)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b1dc03f commit a097482

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/release.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Release
2+
3+
on:
4+
push:
5+
branches: [main]
6+
7+
permissions:
8+
contents: write
9+
issues: write
10+
pull-requests: write
11+
12+
jobs:
13+
release:
14+
uses: Ai-road-4-You/enterprise-ci-cd/.github/workflows/release-python.yml@v1
15+
secrets: inherit

0 commit comments

Comments
 (0)