Skip to content

Commit 2859ba5

Browse files
ashsoleiCopilot
andcommitted
feat: add release.yml calling enterprise-ci-cd/release.yml@v1
Trigger on version tags (v*) to automate GitHub Releases via the shared enterprise pipeline. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 475cc7e commit 2859ba5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)