Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Myts2 authored Nov 6, 2024
1 parent df573d3 commit 6745680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: v${{ github.run_number }} # 使用运行编号作为版本标签
release_name: Release v${{ github.run_number }}
name: Release v${{ github.run_number }} # 修正为有效参数
draft: false
prerelease: false
env:
Expand Down

0 comments on commit 6745680

Please sign in to comment.