Przeglądaj źródła

Fix github release action by adding id: create_release

Kentaro Wada 2 lat temu
rodzic
commit
0069c4d8f0
1 zmienionych plików z 1 dodań i 0 usunięć
  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}}