fix: pipeline fixes
Some checks failed
CI / lint (push) Failing after 2m12s
CI / release (push) Failing after 5m5s

This commit is contained in:
Marcel S. Henselin 2026-04-17 16:58:37 +02:00
parent e12834bc14
commit b195a1dcfd
3 changed files with 68 additions and 51 deletions

View file

@ -68,6 +68,11 @@
],
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/git"
[
"@semantic-release/git",
{
"assets": ["CHANGELOG.md", "README.md", "action.yml", ".github/workflows/example.yml", ".github/workflows/release.yml"]
}
]
]
}