소스 검색
Merge pull request #17038 from deepeshgarg007/semantic_release_beta
chore: Enable semantic release for version-14-beta branch
version-14
Deepesh Garg
3 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
.github/workflows/release.yml
|
|
@@ -2,7 +2,7 @@ name: Generate Semantic Release |
|
|
|
on: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- version-13 |
|
|
|
- [version-13, version-14-beta] |
|
|
|
jobs: |
|
|
|
release: |
|
|
|
name: Release |
|
|
|