Skip to content

Commit

Permalink
Merge 0b968f4 into 07e8e67
Browse files Browse the repository at this point in the history
  • Loading branch information
yosink committed Aug 9, 2023
2 parents 07e8e67 + 0b968f4 commit 89f3be4
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 @@ -15,7 +15,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.MY_TOKEN }} # 这块需要用到 github的token,因为需要对分之进行代码推送
with:
tag_name: v${{ steps.read-version.outputs }}
tag_name: v${{ steps.read-version.outputs.content }}
release_name: Release v${{ steps.read-version.outputs.content }}
prerelease: false # 是否为预发布版本
body: |
Expand Down

0 comments on commit 89f3be4

Please sign in to comment.