From 02d417bfb1ad0bc393780d70e11aeb0a45dd46ec Mon Sep 17 00:00:00 2001 From: Oskar Date: Mon, 18 Mar 2024 15:43:10 +0100 Subject: [PATCH] Revert "Bump softprops/action-gh-release from 2.0.2 to 2.0.4" This reverts commit ad823a04ea38da07e8aff9b2acd9737e3b0a231f. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf718a13..d47fddec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: path: apk - name: Create release - uses: softprops/action-gh-release@v2.0.4 + uses: softprops/action-gh-release@v2.0.2 if: github.event.inputs.isMock != 'mock' with: token: ${{ secrets.GITHUB_TOKEN }}