Feat: Ersetzt Preview-Release durch Pre-Release im Dev-Workflow

This commit is contained in:
2026-08-23 13:00:40 +02:00
parent 071bd70a72
commit c6a70180fe
+1 -1
View File
@@ -76,7 +76,7 @@ jobs:
"${GITEA_URL}/api/packages/${REPO_OWNER}/arch/testing/upload" "${GITEA_URL}/api/packages/${REPO_OWNER}/arch/testing/upload"
done done
- name: Create Gitea Preview Release and Upload Assets - name: Create Gitea Pre-Release and Upload Assets
env: env:
GITEA_URL: ${{ gitea.server_url || github.server_url }} GITEA_URL: ${{ gitea.server_url || github.server_url }}
REPO: ${{ gitea.repository || github.repository }} REPO: ${{ gitea.repository || github.repository }}