更新 .gitea/workflows/demo.yaml

发布生产
This commit is contained in:
xiehaijun 2025-07-27 15:42:53 +00:00
parent 2a8a0cf406
commit adecbfddb2
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ jobs:
echo "获取github的环境变量: https://graphite.dev/guides/github-actions-variables ${{ GITHUB_REPOSITORY }} " echo "获取github的环境变量: https://graphite.dev/guides/github-actions-variables ${{ GITHUB_REPOSITORY }} "
echo "获取gitea: ${{ gitea.repository }}" echo "获取gitea: ${{ gitea.repository }}"
- name: release - 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 uses: akkuman/gitea-release-action@v1
env: env:
#GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # github版本专用 #GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # github版本专用