From 87cbf4743521b397c12673a53787f1230dcd6972 Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Tue, 10 Jun 2025 16:19:04 +0200 Subject: [PATCH] Update action-gh-release version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 72706cb..e42ff69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -636,7 +636,7 @@ jobs: zip -r ../Fladder-Web-${{ steps.version.outputs.version }}.zip . - name: Create Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v2.3.0 with: tag_name: ${{ needs.fetch-info.outputs.build_type == 'nightly' && env.NIGHTLY_TAG || github.ref_name }} name: ${{ needs.fetch-info.outputs.build_type == 'nightly' && format('🌙 Nightly Build - {0}', steps.version.outputs.version) || '' }}