Browse Source

Fix github release action by adding id: create_release

Kentaro Wada 2 years ago
parent
commit
0069c4d8f0
1 changed files with 1 additions and 0 deletions
  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}}