From adecbfddb2063e63e2cc04771880c082a275b726 Mon Sep 17 00:00:00 2001 From: xiehaijun Date: Sun, 27 Jul 2025 15:42:53 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/demo.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 发布生产 --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 26c02b1..be9492d 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -263,7 +263,7 @@ jobs: echo "获取github的环境变量: https://graphite.dev/guides/github-actions-variables ${{ GITHUB_REPOSITORY }} " echo "获取gitea: ${{ gitea.repository }}" - name: release - #uses: softprops/action-gh-release@v2 # 这是github的。gitea官方的actions才支持(gitea官方的actions: https://gitea.com/actions) + # uses: softprops/action-gh-release@v2 # 这是github的。gitea官方的actions才支持(gitea官方的actions: https://gitea.com/actions) uses: akkuman/gitea-release-action@v1 env: #GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # github版本专用