Explorar el Código

Optimize github action

杜府 hace 3 años
padre
commit
3e374910c0
Se han modificado 1 ficheros con 2 adiciones y 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 }}
                       ---