소스 검색

Update build-kernel-release.yml

James McConnell 1 년 전
부모
커밋
d8c8484f0d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/build-kernel-release.yml

+ 1 - 1
.github/workflows/build-kernel-release.yml

@@ -134,7 +134,7 @@ jobs:
         with:
           tag_name: ${{ env.NEW_TAG }}  # Use the generated tag for the release
           prerelease: true  # Mark the release as a pre-release
-          name: ${{ env.RELEASE_NAME }}  # Pass the RELEASE_NAME to the action
+          release_name: ${{ env.RELEASE_NAME }}  # Pass the RELEASE_NAME to the action
           body: ${{ env.RELEASE_NOTES }}  # Pass the RELEASE_NOTES to the action
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}