diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8eddf32..1e2655c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -164,7 +164,7 @@ jobs: cd artifacts find . -maxdepth 1 -type d -exec zip -jr {}.zip {} \; - name: Release - uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2 + uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2 with: generate_release_notes: true draft: true