杜府 3 лет назад
Родитель
Сommit
3e374910c0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      .github/workflows/auto-releases.yml

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

@@ -72,8 +72,8 @@ jobs:
               env:
               env:
                   GITHUB_TOKEN: ${{ secrets.STDF_GITHUB_TOKEN }}
                   GITHUB_TOKEN: ${{ secrets.STDF_GITHUB_TOKEN }}
               with:
               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: |
                   body: |
                       ${{ steps.changelog.outputs.changelog }}
                       ${{ steps.changelog.outputs.changelog }}
                       ---
                       ---