Update .forgejo/workflows/release.yml
Some checks failed
Release / release (push) Failing after 3m43s

This commit is contained in:
root 2025-06-25 16:40:25 +01:00
parent fb8856f35e
commit 508662ee86

View file

@ -110,8 +110,8 @@ jobs:
- name: Generate release notes from closed issues
id: generate_notes
run: |
OWNER="root"
REPO="resilient"
REPO_OWNER="root"
REPO_NAME="resilient"
TOKEN="${{ secrets.FORGEJO_TOKEN }}"
VERSION="${{ steps.version.outputs.release_version }}"
API_BASE="https://git.oguerreiro.com/api/v1"