This commit is contained in:
parent
682f734a0a
commit
bd9ba97c50
@ -75,9 +75,9 @@ jobs:
|
||||
git push origin ${{ steps.extract_version.outputs.version }}
|
||||
|
||||
- name: 创建Gitea发布
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
uses: https://gitea.com/actions/gitea-release-action@main
|
||||
with:
|
||||
api_key: '$GITEA_TOKEN'
|
||||
tag_name: Release ${{ steps.extract_version.outputs.version }}
|
||||
token: '$GITEA_TOKEN'
|
||||
tag_name: ${{ steps.extract_version.outputs.version }}
|
||||
release_name: Release ${{ steps.extract_version.outputs.version }}
|
||||
body: "自动化发布版本 ${{ steps.extract_version.outputs.version }}"
|
||||
|
Loading…
Reference in New Issue
Block a user