Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
niracler committed Dec 20, 2023
1 parent 9dfdb3d commit c590c97
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 @@ -32,7 +32,7 @@ jobs:
# 先把version存到环境变量中以便后续使用

- name: Bump version and push tag
uses: mathieudutour/github-tag-action@v5
uses: mathieudutour/github-tag-action@v6
id: tag_version
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c590c97

Please sign in to comment.