fix: install curl before release step
All checks were successful
Release / build (push) Successful in 12m1s
All checks were successful
Release / build (push) Successful in 12m1s
This commit is contained in:
@@ -40,6 +40,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.release_token }}
|
GITEA_TOKEN: ${{ secrets.release_token }}
|
||||||
run: |
|
run: |
|
||||||
|
apk add curl
|
||||||
TAG_NAME="${GITHUB_REF#refs/tags/}"
|
TAG_NAME="${GITHUB_REF#refs/tags/}"
|
||||||
|
|
||||||
# 创建 Release
|
# 创建 Release
|
||||||
|
|||||||
Reference in New Issue
Block a user