We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c67cb commit 5d9c991Copy full SHA for 5d9c991
.github/workflows/semantic-release.yaml
@@ -7,7 +7,10 @@ on:
7
- main
8
9
jobs:
10
- call-reusable-release:
11
- uses: xebis/github-actions-and-workflows/.github/workflows/semantic-release.yaml@main
+ release:
+ 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 }}
15
secrets:
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
+ GH_APP_PEM_FILE: ${{ secrets.GH_APP_SEM_REL_PEM_FILE }}
.releaserc.yaml
@@ -12,3 +12,4 @@ plugins:
- - "@semantic-release/git"
- assets:
- CHANGELOG.md
+ - semantic-release-major-tag
0 commit comments