Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
earcath authored Jun 26, 2024
1 parent 350189e commit 5e339b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v${{ env.VERSION }} # 直接使用版本号作为标签名
release_name: v${{ env.VERSION }} # 使用提取的版本号作为 Release 名称
release_name: alistddns-go_${{ env.VERSION }} # 使用提取的版本号作为 Release 名称
draft: false
prerelease: false
body: |
Expand Down

0 comments on commit 5e339b4

Please sign in to comment.