feat: downgrade to 4.6.3
Release / Build & Release (push) Failing after 25s

This commit is contained in:
2026-07-06 12:42:59 +08:00
parent 5c789cb37f
commit 472c49944b
2 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -4,11 +4,11 @@ on:
workflow_dispatch:
inputs:
version:
description: 'Patch version (e.g., 2.4.2)'
description: "Patch version (e.g., 2.4.4)"
required: true
type: string
notes:
description: 'Release notes'
description: "Release notes"
required: false
type: string
@@ -22,7 +22,7 @@ jobs:
env:
GITEA_TOKEN: ${{ secrets.TEKTON_RELEASE_TOKEN }}
run: |
git clone --depth 1 http://god:$GITEA_TOKEN@52.74.133.55:3000/danchie/tekton.git .
git clone --depth 1 http://god:$GITEA_TOKEN@ssh.git.klud.top/danchie/tekton.git .
git config user.name "god"
git config user.email "god@noreply.git.klud.top"
@@ -61,7 +61,7 @@ jobs:
git init
git config user.name "god"
git config user.email "god@noreply.git.klud.top"
git remote add origin http://god:$GITEA_TOKEN@52.74.133.55:3000/danchie/tekton.git
git remote add origin http://god:$GITEA_TOKEN@ssh.git.klud.top/danchie/tekton.git
git checkout -b patches
git add .
git commit -m "patch ${{ github.event.inputs.version }}"