소스 검색

Optimize github action

杜府 3 년 전
부모
커밋
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:
                   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 }}
                       ---