Browse Source

Optimize github action

杜府 3 years ago
parent
commit
3e374910c0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/auto-releases.yml

+ 2 - 2
.github/workflows/auto-releases.yml

@@ -72,8 +72,8 @@ jobs:
               env:
                   GITHUB_TOKEN: ${{ secrets.STDF_GITHUB_TOKEN }}
               with:
-                  tag_name: ${{ steps.version.outputs.version }}
-                  release_name: ${{ steps.version.outputs.version }}
+                  tag_name: v${{ steps.version.outputs.version }}
+                  release_name: v${{ steps.version.outputs.version }}
                   body: |
                       ${{ steps.changelog.outputs.changelog }}
                       ---