Просмотр исходного кода

Update build-kernel-release.yml

James McConnell 1 год назад
Родитель
Сommit
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:
         with:
           tag_name: ${{ env.NEW_TAG }}  # Use the generated tag for the release
           tag_name: ${{ env.NEW_TAG }}  # Use the generated tag for the release
           prerelease: true  # Mark the release as a pre-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
           body: ${{ env.RELEASE_NOTES }}  # Pass the RELEASE_NOTES to the action
         env:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}