Explorar o código

Optimize github action

杜府 %!s(int64=3) %!d(string=hai) anos
pai
achega
3e374910c0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 }}
                       ---