Browse Source

Fix github release action by adding id: create_release

Kentaro Wada 2 năm trước cách đây
mục cha
commit
0069c4d8f0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .github/workflows/release.yml

+ 1 - 0
.github/workflows/release.yml

@@ -38,6 +38,7 @@ jobs:
             }
 
       - name: Create Release
+        id: create_release
         uses: mikepenz/action-gh-release@v0.2.0-a03
         with:
           body: ${{steps.github_release.outputs.changelog}}