diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index e2159a1..55047eb 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -290,7 +290,7 @@ jobs: - name: Create Release if: steps.version.outputs.exists == 'false' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: tag_name: v${{ steps.version.outputs.version }} name: OpenClaw v${{ steps.version.outputs.version }}