chore: Create release branch
Some checks failed
Release / Release (push) Failing after 34s

This commit is contained in:
Jan K9f 2025-06-19 10:18:02 +02:00
commit ff50c291a7
Signed by: jank
GPG key ID: 22BEAC760B3333D6
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ name: Release
on: on:
push: push:
branches: branches:
- "main" - "release"
env: env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}

View file

@ -1,5 +1,5 @@
module.exports = { module.exports = {
branches: ["main"], branches: ["release"],
plugins: [ plugins: [
[ [
"@semantic-release/commit-analyzer", "@semantic-release/commit-analyzer",