From a7f55b175299d0e9e11fed65ced2653c1cc56224 Mon Sep 17 00:00:00 2001 From: firelight flagboy Date: Thu, 29 Jun 2023 15:09:55 +0200 Subject: [PATCH] Update `action-gh-release` to correct error with undefined value --- .github/workflows/releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 5679cf4443b..0f4b732e795 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -165,7 +165,7 @@ jobs: - name: Create release if: github.event_name == 'push' # FIXME: rollback to `softprops/action-gh-release` once the issue is fixed. - uses: FirelightFlagboy/action-gh-release@58fed080aaa4be111f1b7c31013ceeb8d68e0172 + uses: FirelightFlagboy/action-gh-release@5f81454e6f7b173522c7de8709330e0fdd881d49 with: draft: true body: ${{ steps.summary.outputs.output }}