mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-17 10:10:28 +00:00
ci: tweak the semantic-release
config for GitHub
* `branches` is double quoted as the action expects valid JSON(5) for that input, so a string must be quoted
This commit is contained in:
parent
04f5a64dff
commit
3834e758f3
1 changed files with 9 additions and 2 deletions
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
|
@ -138,12 +138,19 @@ jobs:
|
|||
# yamllint disable-line rule:comments rule:line-length
|
||||
- uses: codfish/semantic-release-action@b621d34fabe0940f031e89b6ebfea28322892a10 # v3.5.0
|
||||
with:
|
||||
branches: ma(in|ster)
|
||||
branches: '"ma(in|ster)"'
|
||||
dry-run: true
|
||||
plugins: |
|
||||
[ "@semantic-release/commit-analyzer",
|
||||
[
|
||||
[
|
||||
"@semantic-release/commit-analyzer",
|
||||
{
|
||||
"releaseRules": "./release-rules.js"
|
||||
}
|
||||
],
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/github"
|
||||
]
|
||||
repository-url: ${{ github.repository }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue