Skip to content

Commit

Permalink
更改发布的标签名防止和分支名冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshiria committed Jul 3, 2024
1 parent b19faf0 commit 2f630bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: ncipollo/release-action@v1.14.0
with:
allowUpdates: true
tag: "ubuntu"
tag: "release"
body: ${{ github.event.release.body }}
prerelease: "true"
artifacts: "*.deb"
Expand Down

0 comments on commit 2f630bf

Please sign in to comment.