Skip to content

Commit 89f3be4

Browse files
authored
Merge 0b968f4 into 07e8e67
2 parents 07e8e67 + 0b968f4 commit 89f3be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.MY_TOKEN }} # 这块需要用到 github的token,因为需要对分之进行代码推送
1717
with:
18-
tag_name: v${{ steps.read-version.outputs }}
18+
tag_name: v${{ steps.read-version.outputs.content }}
1919
release_name: Release v${{ steps.read-version.outputs.content }}
2020
prerelease: false # 是否为预发布版本
2121
body: |

0 commit comments

Comments
 (0)