diff --git a/.github/workflows/build_preview.yml b/.github/workflows/build_preview.yml index f30d32602..c59e3fb14 100644 --- a/.github/workflows/build_preview.yml +++ b/.github/workflows/build_preview.yml @@ -213,7 +213,7 @@ jobs: echo "APK_X86_64_SHA=$sha" >> $GITHUB_OUTPUT - name: Create release - uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6 + uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8 with: tag_name: ${{ needs.prepare-build.outputs.TAG_NAME }} name: Komikku Preview ${{ needs.prepare-build.outputs.TAG_NAME }} (${{ needs.prepare-build.outputs.VERSION_TAG }}) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index ea1b4819f..67fd4fc59 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -189,7 +189,7 @@ jobs: echo "APK_X86_64_SHA=$sha" >> $GITHUB_OUTPUT - name: Create release - uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6 + uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8 with: tag_name: ${{ needs.prepare-build.outputs.VERSION_TAG }} name: Komikku ${{ needs.prepare-build.outputs.VERSION_TAG }}