Skip to content

Commit 5d9c991

Browse files
committed
ci: add semantic release major tag
1 parent 88c67cb commit 5d9c991

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ on:
77
- main
88

99
jobs:
10-
call-reusable-release:
11-
uses: xebis/github-actions-and-workflows/.github/workflows/semantic-release.yaml@main
10+
release:
11+
name: Release
12+
uses: xebis/github-actions-and-workflows/.github/workflows/semantic-release.yaml@v0
13+
with:
14+
GH_APP_ID: ${{ vars.GH_APP_SEM_REL_ID }}
1215
secrets:
13-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
GH_APP_PEM_FILE: ${{ secrets.GH_APP_SEM_REL_PEM_FILE }}

.releaserc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ plugins:
1212
- - "@semantic-release/git"
1313
- assets:
1414
- CHANGELOG.md
15+
- semantic-release-major-tag

0 commit comments

Comments
 (0)