Skip to content

Commit 3ccfb2a

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

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.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)