fix: release pipeline #133

Merged
jank merged 6 commits from fix-pipeline2 into main 2025-04-23 07:46:00 +00:00
Showing only changes of commit 17bc204029 - Show all commits

View file

@ -4,10 +4,10 @@ on:
branches:
- "main"
paths:
- 'backend/**'
- 'frontend/**'
- '.gitea/workflows/release.yml'
- 'release.config.cjs'
- "backend/**"
- "frontend/**"
- ".gitea/workflows/release.yml"
- "release.config.cjs"
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
@ -17,6 +17,7 @@ permissions:
jobs:
release:
runs-on: ubuntu-latest
name: Release
permissions:
contents: write
@ -29,3 +30,4 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}