Skip to content

Commit

Permalink
🐞 fix(workflows): fix push tags error
Browse files Browse the repository at this point in the history
修复push tags标签时候执行action的错误
  • Loading branch information
rootphantomer committed Jul 7, 2024
1 parent bd82568 commit 8b52909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false

0 comments on commit 8b52909

Please sign in to comment.