diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e42ff69..37b5356 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.3.0 + uses: softprops/action-gh-release@v2.2.2 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) || '' }}